{ "X3D": {
    "encoding":"UTF-8",
    "@profile":"Immersive",
    "@version":"3.0",
    "@xsd:noNamespaceSchemaLocation":"https://www.web3d.org/specifications/x3d-3.0.xsd",
    "JSON schema":"https://www.web3d.org/specifications/x3d-4.0-JSONSchema.autogenerated.json",
    "head": {
        "meta": [
          {
            "@name":"title",
            "@content":"Hospital.x3d"
          },
          {
            "@name":"description",
            "@content":"Ultra-high-resolution building (UHRB) example."
          },
          {
            "@name":"creator",
            "@content":"Alan Hudson and Justin Couch"
          },
          {
            "@name":"created",
            "@content":"1 November 2003"
          },
          {
            "@name":"translated",
            "@content":"26 November 2003"
          },
          {
            "@name":"modified",
            "@content":"20 October 2019"
          },
          {
            "@name":"reference",
            "@content":"xml/Hospital.xml"
          },
          {
            "@name":"subject",
            "@content":"UHRB ultra-high-resolution building format"
          },
          {
            "@name":"warning",
            "@content":"under development"
          },
          {
            "@name":"identifier",
            "@content":"https://www.web3d.org/x3d/content/examples/Savage/Buildings/UHRB/Hospital.x3d"
          },
          {
            "@name":"generator",
            "@content":"UhrbToX3dBuildingPrototypes1.0.xslt"
          },
          {
            "@name":"generator",
            "@content":"X3D-Edit 3.2, https://www.web3d.org/x3d/tools/X3D-Edit"
          },
          {
            "@name":"license",
            "@content":"../../license.html"
          },
          {
            "@name":"translated",
            "@content":"21 April 2026"
          },
          {
            "@name":"generator",
            "@content":"X3dToJson.xslt, https://www.web3d.org/x3d/stylesheets/X3dToJson.html"
          },
          {
            "@name":"reference",
            "@content":"X3D JSON encoding: https://www.web3d.org/wiki/index.php/X3D_JSON_Encoding"
          }
        ]
    },
    "-children":[
      {
        "#comment":"Issue with this in Xj3D: org.web3d.vrml.lang.InvalidFieldConnectionException: IS access types are not compatible. Source (label) is inputOutput and destination (title) is initializeOnly. found 27 AUG 2015"
      }
    ],
    "Scene": {
        "-children":[
          { "ProtoDeclare":
            {
              "@name":"Attribute",
              "ProtoInterface": {
                  "field": [
                    {
                      "@name":"label",
                      "@accessType":"inputOutput",
                      "@type":"SFString"
                    },
                    {
                      "@name":"value",
                      "@accessType":"inputOutput",
                      "@type":"SFString",
                      "@value":"foo"
                    }
                  ]
              },
              "ProtoBody": {
                  "-children":[
                    { "WorldInfo":
                      {
                        "IS": {
                            "connect": [
                              {
                                "@nodeField":"title",
                                "@protoField":"label"
                              }
                            ]
                        }
                      }
                    },
                    { "WorldInfo":
                      {
                        "IS": {
                            "connect": [
                              {
                                "@nodeField":"title",
                                "@protoField":"value"
                              }
                            ]
                        }
                      }
                    }
                  ]
              }
            }
          },
          { "ProtoDeclare":
            {
              "@name":"Wall",
              "ProtoInterface": {
                  "field": [
                    {
                      "@name":"name",
                      "@accessType":"inputOutput",
                      "@type":"SFString"
                    },
                    {
                      "@name":"componentLabel",
                      "@accessType":"inputOutput",
                      "@type":"SFString"
                    },
                    {
                      "@name":"description",
                      "@accessType":"initializeOnly",
                      "@type":"MFString"
                    },
                    {
                      "@name":"polygon",
                      "@accessType":"inputOutput",
                      "@type":"SFNode"
                    },
                    {
                      "@name":"apertures",
                      "@accessType":"inputOutput",
                      "@type":"MFNode"
                    },
                    {
                      "@name":"attributes",
                      "@accessType":"inputOutput",
                      "@type":"MFNode"
                    },
                    {
                      "@name":"geomDesc",
                      "@accessType":"inputOutput",
                      "@type":"MFNode",
                      "-children":[
                        { "Group":
                          {
                            "-children":[
                              {
                                "#comment":"default"
                              }
                            ]
                          }
                        }
                      ]
                    },
                    {
                      "@name":"zOffset",
                      "@accessType":"inputOutput",
                      "@type":"SFFloat",
                      "@value":0.0
                    },
                    {
                      "@name":"built",
                      "@accessType":"outputOnly",
                      "@type":"SFBool"
                    },
                    {
                      "@name":"resolveHit",
                      "@accessType":"inputOnly",
                      "@type":"SFNode"
                    }
                  ]
              },
              "ProtoBody": {
                  "-children":[
                    { "Group":
                      {
                        "-children":[
                          { "Group":
                            {
                              "@DEF":"WallGrp",
                              "-children":[
                                {
                                  "#comment":"default"
                                }
                              ]
                            }
                          },
                          { "Group":
                            {
                              "@DEF":"ApGrp",
                              "IS": {
                                  "connect": [
                                    {
                                      "@nodeField":"children",
                                      "@protoField":"apertures"
                                    }
                                  ]
                              }
                            }
                          }
                        ]
                      }
                    },
                    { "Script":
                      {
                        "@DEF":"GenScript",
                        "@directOutput":true,
                        "@url":["nps.dts.x3d.Wall.class","https://www.web3d.org/x3d/content/examples/Savage/Buildings/UHRB/nps.dts.x3d.Wall.class"],
                        "field": [
                          {
                            "@name":"name",
                            "@accessType":"inputOutput",
                            "@type":"SFString"
                          },
                          {
                            "@name":"componentLabel",
                            "@accessType":"inputOutput",
                            "@type":"SFString"
                          },
                          {
                            "@name":"polygon",
                            "@accessType":"inputOutput",
                            "@type":"SFNode"
                          },
                          {
                            "@name":"apertures",
                            "@accessType":"inputOutput",
                            "@type":"MFNode"
                          },
                          {
                            "@name":"attributes",
                            "@accessType":"inputOutput",
                            "@type":"MFNode"
                          },
                          {
                            "@name":"children",
                            "@accessType":"inputOutput",
                            "@type":"MFNode"
                          },
                          {
                            "@name":"zOffset",
                            "@accessType":"inputOutput",
                            "@type":"SFFloat"
                          },
                          {
                            "@name":"resolveHit",
                            "@accessType":"inputOnly",
                            "@type":"SFNode"
                          },
                          {
                            "@name":"recreate",
                            "@accessType":"inputOutput",
                            "@type":"SFBool",
                            "@value":true
                          }
                        ],
                        "IS": {
                            "connect": [
                              {
                                "@nodeField":"name",
                                "@protoField":"name"
                              },
                              {
                                "@nodeField":"componentLabel",
                                "@protoField":"componentLabel"
                              },
                              {
                                "@nodeField":"polygon",
                                "@protoField":"polygon"
                              },
                              {
                                "@nodeField":"apertures",
                                "@protoField":"apertures"
                              },
                              {
                                "@nodeField":"attributes",
                                "@protoField":"attributes"
                              },
                              {
                                "@nodeField":"children",
                                "@protoField":"geomDesc"
                              },
                              {
                                "@nodeField":"zOffset",
                                "@protoField":"zOffset"
                              },
                              {
                                "@nodeField":"resolveHit",
                                "@protoField":"resolveHit"
                              }
                            ]
                        }
                      }
                    },
                    { "ROUTE":
                      {
                        "@fromField":"children",
                        "@fromNode":"GenScript",
                        "@toField":"set_children",
                        "@toNode":"WallGrp"
                      }
                    }
                  ]
              }
            }
          },
          { "ProtoDeclare":
            {
              "@name":"Aperture",
              "ProtoInterface": {
                  "field": [
                    {
                      "@name":"name",
                      "@accessType":"initializeOnly",
                      "@type":"SFString"
                    },
                    {
                      "@name":"componentLabel",
                      "@accessType":"inputOutput",
                      "@type":"SFString"
                    },
                    {
                      "@name":"description",
                      "@accessType":"initializeOnly",
                      "@type":"MFString"
                    },
                    {
                      "@name":"polygon",
                      "@accessType":"inputOutput",
                      "@type":"SFNode"
                    },
                    {
                      "@name":"attributes",
                      "@accessType":"inputOutput",
                      "@type":"MFNode"
                    },
                    {
                      "@name":"built",
                      "@accessType":"outputOnly",
                      "@type":"SFBool"
                    },
                    {
                      "@name":"geomDesc",
                      "@accessType":"inputOnly",
                      "@type":"MFNode"
                    }
                  ]
              },
              "ProtoBody": {
                  "-children":[
                    { "Group":
                      {
                        "IS": {
                            "connect": [
                              {
                                "@nodeField":"children",
                                "@protoField":"geomDesc"
                              }
                            ]
                        }
                      }
                    }
                  ]
              }
            }
          },
          { "ProtoDeclare":
            {
              "@name":"Ceiling",
              "ProtoInterface": {
                  "field": [
                    {
                      "@name":"name",
                      "@accessType":"initializeOnly",
                      "@type":"SFString"
                    },
                    {
                      "@name":"componentLabel",
                      "@accessType":"inputOutput",
                      "@type":"SFString"
                    },
                    {
                      "@name":"description",
                      "@accessType":"initializeOnly",
                      "@type":"MFString"
                    },
                    {
                      "@name":"attributes",
                      "@accessType":"inputOutput",
                      "@type":"MFNode"
                    },
                    {
                      "@name":"built",
                      "@accessType":"outputOnly",
                      "@type":"SFBool"
                    }
                  ]
              },
              "ProtoBody": {
                  "-children":[
                    { "Group":
                      {
                        "-children":[
                          {
                            "#comment":"TODO"
                          }
                        ]
                      }
                    }
                  ]
              }
            }
          },
          { "ProtoDeclare":
            {
              "@name":"Edge",
              "ProtoInterface": {
                  "field": [
                    {
                      "@name":"name",
                      "@accessType":"initializeOnly",
                      "@type":"SFString"
                    },
                    {
                      "@name":"description",
                      "@accessType":"initializeOnly",
                      "@type":"MFString"
                    },
                    {
                      "@name":"vertices",
                      "@accessType":"inputOutput",
                      "@type":"SFNode"
                    },
                    {
                      "@name":"wallIndex",
                      "@accessType":"inputOutput",
                      "@type":"SFInt32",
                      "@value":0
                    },
                    {
                      "@name":"built",
                      "@accessType":"outputOnly",
                      "@type":"SFBool"
                    }
                  ]
              },
              "ProtoBody": {
                  "-children":[
                    { "WorldInfo":
                      {
                      }
                    }
                  ]
              }
            }
          },
          { "ProtoDeclare":
            {
              "@name":"Fixture",
              "ProtoInterface": {
                  "field": [
                    {
                      "@name":"name",
                      "@accessType":"initializeOnly",
                      "@type":"SFString"
                    },
                    {
                      "@name":"componentLabel",
                      "@accessType":"inputOutput",
                      "@type":"SFString"
                    },
                    {
                      "@name":"description",
                      "@accessType":"initializeOnly",
                      "@type":"MFString"
                    },
                    {
                      "@name":"center",
                      "@accessType":"initializeOnly",
                      "@type":"SFNode"
                    },
                    {
                      "@name":"attributes",
                      "@accessType":"inputOutput",
                      "@type":"MFNode",
                      "-children":[
                        { "Group":
                          {
                            "-children":[
                              {
                                "#comment":"default"
                              }
                            ]
                          }
                        }
                      ]
                    },
                    {
                      "@name":"built",
                      "@accessType":"outputOnly",
                      "@type":"SFBool"
                    }
                  ]
              },
              "ProtoBody": {
                  "-children":[
                    { "Group":
                      {
                        "-children":[
                          {
                            "#comment":"default"
                          }
                        ]
                      }
                    }
                  ]
              }
            }
          },
          { "ProtoDeclare":
            {
              "@name":"Floor",
              "ProtoInterface": {
                  "field": [
                    {
                      "@name":"name",
                      "@accessType":"inputOutput",
                      "@type":"SFString"
                    },
                    {
                      "@name":"componentLabel",
                      "@accessType":"inputOutput",
                      "@type":"SFString"
                    },
                    {
                      "@name":"description",
                      "@accessType":"initializeOnly",
                      "@type":"MFString"
                    },
                    {
                      "@name":"attributes",
                      "@accessType":"inputOutput",
                      "@type":"MFNode",
                      "-children":[
                        { "Group":
                          {
                            "-children":[
                              {
                                "#comment":"default"
                              }
                            ]
                          }
                        }
                      ]
                    },
                    {
                      "@name":"built",
                      "@accessType":"outputOnly",
                      "@type":"SFBool"
                    }
                  ]
              },
              "ProtoBody": {
                  "-children":[
                    { "Group":
                      {
                        "-children":[
                          {
                            "#comment":"default"
                          }
                        ]
                      }
                    }
                  ]
              }
            }
          },
          { "ProtoDeclare":
            {
              "@name":"Room",
              "ProtoInterface": {
                  "field": [
                    {
                      "@name":"name",
                      "@accessType":"inputOutput",
                      "@type":"SFString"
                    },
                    {
                      "@name":"componentLabel",
                      "@accessType":"inputOutput",
                      "@type":"SFString"
                    },
                    {
                      "@name":"description",
                      "@accessType":"initializeOnly",
                      "@type":"MFString"
                    },
                    {
                      "@name":"edgeIndex",
                      "@accessType":"inputOutput",
                      "@type":"MFInt32",
                      "@value":[0]
                    },
                    {
                      "@name":"floor",
                      "@accessType":"inputOutput",
                      "@type":"SFNode"
                    },
                    {
                      "@name":"ceiling",
                      "@accessType":"inputOutput",
                      "@type":"SFNode"
                    },
                    {
                      "@name":"attributes",
                      "@accessType":"inputOutput",
                      "@type":"MFNode",
                      "-children":[
                        { "Group":
                          {
                            "-children":[
                              {
                                "#comment":"default"
                              }
                            ]
                          }
                        }
                      ]
                    },
                    {
                      "@name":"built",
                      "@accessType":"outputOnly",
                      "@type":"SFBool"
                    }
                  ]
              },
              "ProtoBody": {
                  "-children":[
                    { "Group":
                      {
                        "-children":[
                          {
                            "#comment":"default"
                          }
                        ]
                      }
                    }
                  ]
              }
            }
          },
          { "ProtoDeclare":
            {
              "@name":"Stair",
              "ProtoInterface": {
                  "field": [
                    {
                      "@name":"name",
                      "@accessType":"inputOutput",
                      "@type":"SFString"
                    },
                    {
                      "@name":"componentLabel",
                      "@accessType":"inputOutput",
                      "@type":"SFString"
                    },
                    {
                      "@name":"description",
                      "@accessType":"initializeOnly",
                      "@type":"MFString"
                    },
                    {
                      "@name":"floorLevelIndex",
                      "@accessType":"initializeOnly",
                      "@type":"SFInt32",
                      "@value":0
                    },
                    {
                      "@name":"roomIndex",
                      "@accessType":"initializeOnly",
                      "@type":"SFInt32",
                      "@value":0
                    },
                    {
                      "@name":"built",
                      "@accessType":"outputOnly",
                      "@type":"SFBool"
                    }
                  ]
              },
              "ProtoBody": {
                  "-children":[
                    { "Group":
                      {
                        "-children":[
                          {
                            "#comment":"default"
                          }
                        ]
                      }
                    }
                  ]
              }
            }
          },
          { "ProtoDeclare":
            {
              "@name":"Staircase",
              "ProtoInterface": {
                  "field": [
                    {
                      "@name":"name",
                      "@accessType":"inputOutput",
                      "@type":"SFString"
                    },
                    {
                      "@name":"componentLabel",
                      "@accessType":"inputOutput",
                      "@type":"SFString"
                    },
                    {
                      "@name":"description",
                      "@accessType":"initializeOnly",
                      "@type":"MFString"
                    },
                    {
                      "@name":"access",
                      "@accessType":"initializeOnly",
                      "@type":"SFInt32",
                      "@value":0
                    },
                    {
                      "@name":"bottomFloorLevelIndex",
                      "@accessType":"initializeOnly",
                      "@type":"SFInt32",
                      "@value":0
                    },
                    {
                      "@name":"topFloorLevelIndex",
                      "@accessType":"initializeOnly",
                      "@type":"SFInt32",
                      "@value":0
                    },
                    {
                      "@name":"stairs",
                      "@accessType":"initializeOnly",
                      "@type":"MFNode"
                    },
                    {
                      "@name":"attributes",
                      "@accessType":"inputOutput",
                      "@type":"MFNode",
                      "-children":[
                        { "Group":
                          {
                            "-children":[
                              {
                                "#comment":"default"
                              }
                            ]
                          }
                        }
                      ]
                    },
                    {
                      "@name":"built",
                      "@accessType":"outputOnly",
                      "@type":"SFBool"
                    }
                  ]
              },
              "ProtoBody": {
                  "-children":[
                    { "Group":
                      {
                        "-children":[
                          {
                            "#comment":"default"
                          }
                        ]
                      }
                    }
                  ]
              }
            }
          },
          { "ProtoDeclare":
            {
              "@name":"Roof",
              "ProtoInterface": {
                  "field": [
                    {
                      "@name":"name",
                      "@accessType":"inputOutput",
                      "@type":"SFString"
                    },
                    {
                      "@name":"componentLabel",
                      "@accessType":"inputOutput",
                      "@type":"SFString"
                    },
                    {
                      "@name":"description",
                      "@accessType":"initializeOnly",
                      "@type":"MFString"
                    },
                    {
                      "@name":"zOffset",
                      "@accessType":"initializeOnly",
                      "@type":"SFFloat",
                      "@value":0
                    },
                    {
                      "@name":"edges",
                      "@accessType":"initializeOnly",
                      "@type":"MFNode"
                    },
                    {
                      "@name":"walls",
                      "@accessType":"initializeOnly",
                      "@type":"MFNode"
                    },
                    {
                      "@name":"rooms",
                      "@accessType":"initializeOnly",
                      "@type":"MFNode"
                    },
                    {
                      "@name":"fixtures",
                      "@accessType":"initializeOnly",
                      "@type":"MFNode"
                    },
                    {
                      "@name":"built",
                      "@accessType":"outputOnly",
                      "@type":"SFBool"
                    }
                  ]
              },
              "ProtoBody": {
                  "-children":[
                    { "Group":
                      {
                        "-children":[
                          {
                            "#comment":"default"
                          }
                        ]
                      }
                    }
                  ]
              }
            }
          },
          { "ProtoDeclare":
            {
              "@name":"FloorLevel",
              "ProtoInterface": {
                  "field": [
                    {
                      "@name":"name",
                      "@accessType":"inputOutput",
                      "@type":"SFString"
                    },
                    {
                      "@name":"componentLabel",
                      "@accessType":"inputOutput",
                      "@type":"SFString"
                    },
                    {
                      "@name":"zOffset",
                      "@accessType":"inputOutput",
                      "@type":"SFFloat",
                      "@value":0
                    },
                    {
                      "@name":"walls",
                      "@accessType":"inputOutput",
                      "@type":"MFNode"
                    },
                    {
                      "@name":"edges",
                      "@accessType":"inputOutput",
                      "@type":"MFNode"
                    },
                    {
                      "@name":"rooms",
                      "@accessType":"inputOutput",
                      "@type":"MFNode"
                    },
                    {
                      "@name":"fixtures",
                      "@accessType":"inputOutput",
                      "@type":"MFNode",
                      "-children":[
                        { "Group":
                          {
                            "-children":[
                              {
                                "#comment":"default"
                              }
                            ]
                          }
                        }
                      ]
                    },
                    {
                      "@name":"built",
                      "@accessType":"outputOnly",
                      "@type":"SFBool"
                    },
                    {
                      "@name":"description",
                      "@accessType":"initializeOnly",
                      "@type":"MFString"
                    }
                  ]
              },
              "ProtoBody": {
                  "-children":[
                    { "Transform":
                      {
                        "@DEF":"TRANS",
                        "-children":[
                          { "Group":
                            {
                              "IS": {
                                  "connect": [
                                    {
                                      "@nodeField":"children",
                                      "@protoField":"walls"
                                    }
                                  ]
                              }
                            }
                          },
                          { "Group":
                            {
                              "@DEF":"Geometry",
                              "-children":[
                                {
                                  "#comment":"default"
                                }
                              ]
                            }
                          }
                        ]
                      }
                    },
                    { "Script":
                      {
                        "@DEF":"ScriptFloorLevel",
                        "@directOutput":true,
                        "@url":["nps.dts.x3d.FloorLevel.class","https://www.web3d.org/x3d/content/examples/Savage/Buildings/UHRB/nps.dts.x3d.FloorLevel.class"],
                        "field": [
                          {
                            "@name":"walls",
                            "@accessType":"initializeOnly",
                            "@type":"MFNode"
                          },
                          {
                            "@name":"edges",
                            "@accessType":"initializeOnly",
                            "@type":"MFNode"
                          },
                          {
                            "@name":"rooms",
                            "@accessType":"initializeOnly",
                            "@type":"MFNode"
                          },
                          {
                            "@name":"zOffset",
                            "@accessType":"initializeOnly",
                            "@type":"SFFloat"
                          },
                          {
                            "@name":"translation",
                            "@accessType":"outputOnly",
                            "@type":"SFVec3f"
                          },
                          {
                            "@name":"children",
                            "@accessType":"outputOnly",
                            "@type":"MFNode"
                          },
                          {
                            "@name":"initDone",
                            "@accessType":"outputOnly",
                            "@type":"SFBool"
                          },
                          {
                            "@name":"recreate",
                            "@accessType":"inputOnly",
                            "@type":"SFBool"
                          }
                        ],
                        "IS": {
                            "connect": [
                              {
                                "@nodeField":"walls",
                                "@protoField":"walls"
                              },
                              {
                                "@nodeField":"edges",
                                "@protoField":"edges"
                              },
                              {
                                "@nodeField":"rooms",
                                "@protoField":"rooms"
                              },
                              {
                                "@nodeField":"zOffset",
                                "@protoField":"zOffset"
                              }
                            ]
                        }
                      }
                    },
                    { "ROUTE":
                      {
                        "@fromField":"translation",
                        "@fromNode":"ScriptFloorLevel",
                        "@toField":"set_translation",
                        "@toNode":"TRANS"
                      }
                    },
                    { "ROUTE":
                      {
                        "@fromField":"children",
                        "@fromNode":"ScriptFloorLevel",
                        "@toField":"set_children",
                        "@toNode":"Geometry"
                      }
                    },
                    { "ROUTE":
                      {
                        "@fromField":"initDone",
                        "@fromNode":"ScriptFloorLevel",
                        "@toField":"recreate",
                        "@toNode":"ScriptFloorLevel"
                      }
                    }
                  ]
              }
            }
          },
          { "ProtoDeclare":
            {
              "@name":"Uhrb",
              "ProtoInterface": {
                  "field": [
                    {
                      "@name":"version",
                      "@accessType":"inputOutput",
                      "@type":"SFString",
                      "@value":"15"
                    },
                    {
                      "@name":"name",
                      "@accessType":"inputOutput",
                      "@type":"SFString"
                    },
                    {
                      "@name":"componentLabel",
                      "@accessType":"inputOutput",
                      "@type":"SFString"
                    },
                    {
                      "@name":"floorLevels",
                      "@accessType":"inputOutput",
                      "@type":"MFNode"
                    },
                    {
                      "@name":"footprint",
                      "@accessType":"inputOutput",
                      "@type":"SFNode"
                    },
                    {
                      "@name":"rooflines",
                      "@accessType":"inputOutput",
                      "@type":"MFNode"
                    },
                    {
                      "@name":"roof",
                      "@accessType":"inputOutput",
                      "@type":"SFNode"
                    },
                    {
                      "@name":"staircases",
                      "@accessType":"inputOutput",
                      "@type":"MFNode"
                    },
                    {
                      "@name":"description",
                      "@accessType":"inputOutput",
                      "@type":"MFString"
                    },
                    {
                      "@name":"built",
                      "@accessType":"outputOnly",
                      "@type":"SFBool"
                    }
                  ]
              },
              "ProtoBody": {
                  "-children":[
                    { "Group":
                      {
                        "-children":[
                          { "Group":
                            {
                              "IS": {
                                  "connect": [
                                    {
                                      "@nodeField":"children",
                                      "@protoField":"floorLevels"
                                    }
                                  ]
                              }
                            }
                          },
                          { "Group":
                            {
                              "@DEF":"Rooflines",
                              "-children":[
                                {
                                  "#comment":"default"
                                }
                              ]
                            }
                          }
                        ]
                      }
                    },
                    { "Script":
                      {
                        "@DEF":"ScriptUhrb",
                        "@url":["nps.dts.x3d.Uhrb.class","https://www.web3d.org/x3d/content/examples/Savage/Buildings/UHRB/nps.dts.x3d.Uhrb.class"],
                        "field": [
                          {
                            "@name":"rooflines",
                            "@accessType":"initializeOnly",
                            "@type":"MFNode"
                          },
                          {
                            "@name":"children",
                            "@accessType":"outputOnly",
                            "@type":"MFNode"
                          }
                        ],
                        "IS": {
                            "connect": [
                              {
                                "@nodeField":"rooflines",
                                "@protoField":"rooflines"
                              }
                            ]
                        }
                      }
                    },
                    { "ROUTE":
                      {
                        "@fromField":"children",
                        "@fromNode":"ScriptUhrb",
                        "@toField":"set_children",
                        "@toNode":"Rooflines"
                      }
                    }
                  ]
              }
            }
          },
          { "Viewpoint":
            {
              "@description":"Front",
              "@position":[6,0.0,35]
            }
          },
          { "Viewpoint":
            {
              "@description":"Left",
              "@orientation":[0,1,0,-1.57],
              "@position":[-15,0,-2]
            }
          },
          { "Viewpoint":
            {
              "@description":"Right",
              "@orientation":[0,1,0,1.57],
              "@position":[15,0,-2]
            }
          },
          { "Viewpoint":
            {
              "@description":"Back",
              "@orientation":[0,1,0,3.14],
              "@position":[0,0,-15]
            }
          },
          { "Background":
            {
              "@groundAngle":[1.570796],
              "@groundColor":[0.6,0.9,0.6,0.6,0.9,0.6],
              "@skyColor":[0.6,0.6,0.9]
            }
          },
          { "Transform":
            {
              "@translation":[0,-0.02,0],
              "-children":[
                { "Shape":
                  {
                    "-appearance":
                      { "Appearance":
                        {
                          "-material":
                            { "Material":
                              {
                                "@diffuseColor":[0.6,0.9,0.6],
                                "@emissiveColor":[0.6,0.9,0.6]
                              }
                            }
                        }
                      },
                    "-geometry":
                      { "Box":
                        {
                          "@size":[75,0.01,75]
                        }
                      }
                  }
                }
              ]
            }
          },
          { "ProtoInstance":
            {
              "@name":"Attribute",
              "fieldValue": [
                {
                  "@name":"label",
                  "@value":"test1"
                },
                {
                  "@name":"value",
                  "@value":"test2"
                }
              ]
            }
          },
          { "ProtoInstance":
            {
              "@name":"Uhrb",
              "fieldValue": [
                {
                  "@name":"name",
                  "@value":"Uhrb1"
                },
                {
                  "@name":"componentLabel",
                  "@value":"BUILDING"
                },
                {
                  "@name":"rooflines",
                  "-children":[
                    { "Coordinate":
                      {
                        "@point":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0]
                      }
                    }
                  ]
                },
                {
                  "@name":"floorLevels",
                  "-children":[
                    { "ProtoInstance":
                      {
                        "@name":"FloorLevel",
                        "fieldValue": [
                          {
                            "@name":"name",
                            "@value":"floorLevel1"
                          },
                          {
                            "@name":"zOffset",
                            "@value":0.0
                          },
                          {
                            "@name":"edges",
                            "-children":[
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,17.0,6.0,0.0,12.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[17.0,0.0,17.0,17.0,0.0,12.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[17.0,0.0,0.0,13.5,0.0,0.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,17.0,4.0,0.0,17.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,17.0,6.0,0.0,17.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[17.0,0.0,12.5,17.0,0.0,7.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[17.0,0.0,7.0,17.0,0.0,0.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[17.0,0.0,7.0,13.5,0.0,7.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,10.5,0.0,0.0,17.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,17.0,4.0,0.0,10.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,10.5,4.0,0.0,10.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,5.0,0.0,0.0,10.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,10.5,4.0,0.0,5.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,5.0,4.0,0.0,5.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,0.0,0.0,0.0,2.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,2.5,0.0,0.0,5.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,5.0,4.0,0.0,2.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,0.0,4.0,0.0,0.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,0.0,0.0,0.0,0.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,2.5,4.0,0.0,2.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,7.0,13.5,0.0,5.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,5.0,13.5,0.0,5.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,17.0,11.0,0.0,17.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[11.0,0.0,17.0,17.0,0.0,17.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,12.5,11.0,0.0,12.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[11.0,0.0,17.0,11.0,0.0,12.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,12.5,13.5,0.0,7.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[11.0,0.0,12.5,13.5,0.0,12.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,12.5,17.0,0.0,12.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,11.0,6.0,0.0,7.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,7.0,11.5,0.0,7.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,11.0,11.5,0.0,11.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[11.5,0.0,7.0,11.5,0.0,11.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,2.5,4.0,0.0,1.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,1.5,4.0,0.0,0.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,5.0,13.5,0.0,1.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,1.5,13.5,0.0,0.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,1.5,13.5,0.0,1.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[11.5,0.0,7.0,13.5,0.0,7.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,11.0,6.0,0.0,12.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              }
                            ]
                          },
                          {
                            "@name":"rooms",
                            "-children":[
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"room0"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"ROOM"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[0,24,25,22]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"room1"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"ROOM"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[0,39,29,30,38,20,21,12,9,4]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"room2"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"ROOM"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[1,28,27,25,23]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"room2"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"ROOM"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[2,36,35,20,7,6]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"room0"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"ROOM"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[3,9,10,8]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"room5"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"ROOM"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[5,7,26,28]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"room1"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"ROOM"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[10,12,13,11]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"room2"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"ROOM"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[13,16,19,15]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"room7"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"ROOM"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[14,19,33,34,18]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"room8"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"ROOM"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[16,33,37,35,21]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"room9"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"ROOM"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[17,34,37,36]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"room11"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"ROOM"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[24,27,26,38,32,31,39]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"stair-room12"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"STAIR"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[29,30,32,31]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              }
                            ]
                          },
                          {
                            "@name":"walls",
                            "-children":[
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-1",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall7"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,17.0,6.0,3.253,17.0,6.0,3.253,12.5,6.0,0.0,12.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-2",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall3-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[17.0,0.0,17.0,17.0,3.253,17.0,17.0,3.253,12.5,17.0,0.0,12.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[17.0,1.0,15.999999999999998,17.0,2.0,15.999999999999998,17.0,2.0,14.999999999999998,17.0,1.0,14.999999999999998]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[17.0,1.0,14.499999999999998,17.0,2.0,14.499999999999998,17.0,2.0,13.499999999999998,17.0,1.0,13.499999999999998]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-3",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall4-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[17.0,0.0,0.0,17.0,3.253,0.0,13.5,3.253,0.0,13.5,0.0,0.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[16.0,1.0,0.0,16.0,2.0,0.0,15.0,2.0,0.0,15.0,1.0,0.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[14.5,1.0,0.0,14.5,2.0,0.0,13.5,2.0,0.0,13.5,1.0,0.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-4",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall2-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,17.0,0.0,3.253,17.0,4.0,3.253,17.0,4.0,0.0,17.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[1.0,1.0,17.0,1.0,2.0,17.0,2.0,2.0,17.0,2.0,1.0,17.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[2.5,1.0,17.0,2.5,2.0,17.0,3.5,2.0,17.0,3.5,1.0,17.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-5",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall2-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,17.0,4.0,3.253,17.0,6.0,3.253,17.0,6.0,0.0,17.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[4.5,0.0,17.0,4.5,2.25,17.0,5.5,2.25,17.0,5.5,0.0,17.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-6",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall3-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[17.0,0.0,12.5,17.0,3.253,12.5,17.0,3.253,7.0,17.0,0.0,7.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[17.0,1.0,7.999999999999999,17.0,2.0,7.999999999999999,17.0,2.0,8.999999999999998,17.0,1.0,8.999999999999998]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[17.0,1.0,10.499999999999998,17.0,2.0,10.499999999999998,17.0,2.0,11.499999999999998,17.0,1.0,11.499999999999998]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-7",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall3-b-b"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[17.0,0.0,7.0,17.0,3.253,7.0,17.0,3.253,0.0,17.0,0.0,0.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture3"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[17.0,1.0,4.999999999999999,17.0,2.0,4.999999999999999,17.0,2.0,5.999999999999999,17.0,1.0,5.999999999999999]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[17.0,1.0,0.999999999999999,17.0,2.0,0.999999999999999,17.0,2.0,1.999999999999999,17.0,1.0,1.999999999999999]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture3"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[17.0,1.0,2.999999999999999,17.0,2.0,2.999999999999999,17.0,2.0,3.999999999999999,17.0,1.0,3.999999999999999]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-8",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall15-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[17.0,0.0,7.0,17.0,3.253,7.0,13.5,3.253,7.0,13.5,0.0,7.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-9",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall11-a-b"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,10.5,0.0,3.253,10.5,0.0,3.253,17.0,0.0,0.0,17.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[3.3677786976552215E-16,1.0,16.0,3.3677786976552215E-16,2.0,16.0,2.755455298081546E-16,2.0,15.0,2.755455298081546E-16,1.0,15.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[2.449293598294707E-16,1.0,14.5,2.449293598294707E-16,2.0,14.5,1.8369701987210302E-16,2.0,13.5,1.8369701987210302E-16,1.0,13.5]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture3"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[1.2246467991473535E-16,1.0,12.5,1.2246467991473535E-16,2.0,12.5,6.123233995736767E-17,2.0,11.5,6.123233995736767E-17,1.0,11.5]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-10",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall13-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,17.0,4.0,3.253,17.0,4.0,3.253,10.5,4.0,0.0,10.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[4.0,0.0,11.0,4.0,2.25,11.0,4.0,2.25,12.0,4.0,0.0,12.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-11",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall20-b"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,10.5,0.0,3.253,10.5,4.0,3.253,10.5,4.0,0.0,10.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-12",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall11-a-a-b"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,5.0,0.0,3.253,5.0,0.0,3.253,10.5,0.0,0.0,10.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[2.7554552980815443E-16,1.0,9.5,2.7554552980815443E-16,2.0,9.5,2.1431318985078676E-16,2.0,8.5,2.1431318985078676E-16,1.0,8.5]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[1.224646799147353E-16,1.0,7.0,1.224646799147353E-16,2.0,7.0,6.123233995736762E-17,2.0,6.0,6.123233995736762E-17,1.0,6.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-13",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall13-b-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,10.5,4.0,3.253,10.5,4.0,3.253,5.0,4.0,0.0,5.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[4.0,0.0,5.5,4.0,2.25,5.5,4.0,2.25,6.5,4.0,0.0,6.5]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-14",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall24-b"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,5.0,0.0,3.253,5.0,4.0,3.253,5.0,4.0,0.0,5.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-15",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall11-a-a-a-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,0.0,0.0,3.253,0.0,0.0,3.253,2.5,0.0,0.0,2.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[6.123233995736766E-17,1.0,1.0,6.123233995736766E-17,2.0,1.0,1.2246467991473532E-16,2.0,2.0,1.2246467991473532E-16,1.0,2.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-16",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall11-a-a-a-b"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,2.5,0.0,3.253,2.5,0.0,3.253,5.0,0.0,0.0,5.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[3.061616997868381E-17,1.0,3.0,3.061616997868381E-17,2.0,3.0,9.184850993605148E-17,2.0,4.0,9.184850993605148E-17,1.0,4.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-17",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall13-b-b-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,5.0,4.0,3.253,5.0,4.0,3.253,2.5,4.0,0.0,2.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[3.9999999999999996,0.0,3.4999999999999996,3.9999999999999996,2.25,3.4999999999999996,4.0,2.25,4.5,4.0,0.0,4.5]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-18",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall4-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,0.0,13.5,3.253,0.0,4.0,3.253,0.0,4.0,0.0,0.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[4.0,0.0,0.0,4.0,2.5,0.0,6.5,2.5,0.0,6.5,0.0,0.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[7.0,0.0,0.0,7.0,2.5,0.0,9.5,2.5,0.0,9.5,0.0,0.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture3"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[10.0,0.0,0.0,10.0,2.5,0.0,12.5,2.5,0.0,12.5,0.0,0.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-19",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall4-b-b"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,0.0,4.0,3.253,0.0,0.0,3.253,0.0,0.0,0.0,0.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[1.0,1.0,0.0,1.0,2.0,0.0,2.0,2.0,0.0,2.0,1.0,0.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[2.5,1.0,0.0,2.5,2.0,0.0,3.5,2.0,0.0,3.5,1.0,0.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-20",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall28"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,2.5,0.0,3.253,2.5,4.0,3.253,2.5,4.0,0.0,2.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-21",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall11-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,7.0,13.5,3.253,7.0,13.5,3.253,5.0,13.5,0.0,5.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[13.5,0.0,5.499999999999999,13.5,2.25,5.499999999999999,13.5,2.25,6.499999999999999,13.5,0.0,6.499999999999999]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-22",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall31-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,5.0,4.0,3.253,5.0,13.5,3.253,5.0,13.5,0.0,5.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[7.0,0.0,5.0,7.0,2.5,5.0,9.5,2.5,5.0,9.5,0.0,5.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-23",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall2-b-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,17.0,6.0,3.253,17.0,11.0,3.253,17.0,11.0,0.0,17.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[10.0,1.0,17.0,10.0,2.0,17.0,9.0,2.0,17.0,9.0,1.0,17.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[8.0,1.0,17.0,8.0,2.0,17.0,7.0,2.0,17.0,7.0,1.0,17.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-24",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall2-b-b-b"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[11.0,0.0,17.0,11.0,3.253,17.0,17.0,3.253,17.0,17.0,0.0,17.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[15.5,1.0,17.0,15.5,2.0,17.0,14.5,2.0,17.0,14.5,1.0,17.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[13.5,1.0,17.0,13.5,2.0,17.0,12.5,2.0,17.0,12.5,1.0,17.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-25",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall9-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,12.5,6.0,3.253,12.5,11.0,3.253,12.5,11.0,0.0,12.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[6.5,0.0,12.5,6.5,2.25,12.5,7.5,2.25,12.5,7.5,0.0,12.5]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-26",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall27-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[11.0,0.0,17.0,11.0,3.253,17.0,11.0,3.253,12.5,11.0,0.0,12.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-27",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall11-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,12.5,13.5,3.253,12.5,13.5,3.253,7.0,13.5,0.0,7.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[13.5,0.0,11.0,13.5,2.25,11.0,13.5,2.25,12.0,13.5,0.0,12.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-28",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall9-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[11.0,0.0,12.5,11.0,3.253,12.5,13.5,3.253,12.5,13.5,0.0,12.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[11.5,0.0,12.5,11.5,2.25,12.5,12.5,2.25,12.5,12.5,0.0,12.5]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-29",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall9-b-b"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,12.5,13.5,3.253,12.5,17.0,3.253,12.5,17.0,0.0,12.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-30",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall33"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,11.0,6.0,3.253,11.0,6.0,3.253,7.0,6.0,0.0,7.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-31",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall34-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,7.0,6.0,3.253,7.0,11.5,3.253,7.0,11.5,0.0,7.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[9.5,0.0,7.0,9.5,2.25,7.0,10.5,2.25,7.0,10.5,0.0,7.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-32",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall32-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,11.0,6.0,3.253,11.0,11.5,3.253,11.0,11.5,0.0,11.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-33",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall35-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[11.5,0.0,7.0,11.5,3.253,7.0,11.5,3.253,11.0,11.5,0.0,11.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-34",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall13-b-b-b-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,2.5,4.0,3.253,2.5,4.0,3.253,1.5,4.0,0.0,1.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[4.0,0.0,1.4999999999999998,4.0,2.25,1.4999999999999998,4.0,2.25,2.4999999999999996,4.0,0.0,2.4999999999999996]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-35",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall13-b-b-b-b-b"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,1.5,4.0,3.253,1.5,4.0,3.253,0.0,4.0,0.0,0.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-36",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall11-b-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,5.0,13.5,3.253,5.0,13.5,3.253,1.5,13.5,0.0,1.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-37",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall11-b-b-b"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,1.5,13.5,3.253,1.5,13.5,3.253,0.0,13.5,0.0,0.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-38",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall36"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,1.5,4.0,2.25,1.5,13.5,2.25,1.5,13.5,0.0,1.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[7.0,0.0,1.5,7.0,2.5,1.5,10.0,2.5,1.5,10.0,0.0,1.5]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              }
                            ]
                          }
                        ]
                      }
                    },
                    { "ProtoInstance":
                      {
                        "@name":"FloorLevel",
                        "fieldValue": [
                          {
                            "@name":"name",
                            "@value":"floorLevel2"
                          },
                          {
                            "@name":"zOffset",
                            "@value":3.253
                          },
                          {
                            "@name":"edges",
                            "-children":[
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,17.0,6.0,0.0,12.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[17.0,0.0,17.0,17.0,0.0,12.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[17.0,0.0,0.0,13.5,0.0,0.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,17.0,4.0,0.0,17.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,17.0,6.0,0.0,17.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[17.0,0.0,12.5,17.0,0.0,7.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[17.0,0.0,7.0,17.0,0.0,0.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[17.0,0.0,7.0,13.5,0.0,7.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,10.5,0.0,0.0,17.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,17.0,4.0,0.0,10.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,10.5,4.0,0.0,10.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,5.0,0.0,0.0,10.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,10.5,4.0,0.0,5.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,5.0,4.0,0.0,5.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,0.0,0.0,0.0,2.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,2.5,0.0,0.0,5.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,5.0,4.0,0.0,2.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,0.0,4.0,0.0,0.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,0.0,0.0,0.0,0.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,7.0,13.5,0.0,5.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,5.0,13.5,0.0,5.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,17.0,11.0,0.0,17.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[11.0,0.0,17.0,17.0,0.0,17.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,12.5,11.0,0.0,12.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[11.0,0.0,17.0,11.0,0.0,12.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,12.5,13.5,0.0,7.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[11.0,0.0,12.5,13.5,0.0,12.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,12.5,17.0,0.0,12.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,11.0,6.0,0.0,7.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,7.0,11.5,0.0,7.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,11.0,11.5,0.0,11.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[11.5,0.0,7.0,11.5,0.0,11.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,2.5,4.0,0.0,1.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,1.5,4.0,0.0,0.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,5.0,13.5,0.0,1.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,1.5,13.5,0.0,0.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[11.5,0.0,7.0,13.5,0.0,7.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,11.0,6.0,0.0,12.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              }
                            ]
                          },
                          {
                            "@name":"rooms",
                            "-children":[
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"room0"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"ROOM"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[0,23,24,21]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"room1"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"ROOM"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[0,37,28,29,36,19,20,12,9,4]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"room2"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"ROOM"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[1,27,26,24,22]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"room2"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"ROOM"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[2,35,34,19,7,6]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"room0"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"ROOM"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[3,9,10,8]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"room5"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"ROOM"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[5,7,25,27]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"room1"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"ROOM"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[10,12,13,11]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"room6"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"ROOM"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[13,16,32,33,18,14,15]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"room7"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"ROOM"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[16,32,33,17,35,34,20]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"room9"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"ROOM"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[23,26,25,36,31,30,37]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"stair-room10"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"STAIR"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[28,29,31,30]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              }
                            ]
                          },
                          {
                            "@name":"walls",
                            "-children":[
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-39",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall7"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,17.0,6.0,3.253,17.0,6.0,3.253,12.5,6.0,0.0,12.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-40",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall3-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[17.0,0.0,17.0,17.0,3.253,17.0,17.0,3.253,12.5,17.0,0.0,12.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[17.0,1.0,15.999999999999998,17.0,2.0,15.999999999999998,17.0,2.0,14.999999999999998,17.0,1.0,14.999999999999998]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[17.0,1.0,14.499999999999998,17.0,2.0,14.499999999999998,17.0,2.0,13.499999999999998,17.0,1.0,13.499999999999998]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-41",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall4-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[17.0,0.0,0.0,17.0,3.253,0.0,13.5,3.253,0.0,13.5,0.0,0.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[16.0,1.0,0.0,16.0,2.0,0.0,15.0,2.0,0.0,15.0,1.0,0.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[14.5,1.0,0.0,14.5,2.0,0.0,13.5,2.0,0.0,13.5,1.0,0.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-42",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall2-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,17.0,0.0,3.253,17.0,4.0,3.253,17.0,4.0,0.0,17.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[1.0,1.0,17.0,1.0,2.0,17.0,2.0,2.0,17.0,2.0,1.0,17.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[2.5,1.0,17.0,2.5,2.0,17.0,3.5,2.0,17.0,3.5,1.0,17.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-43",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall2-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,17.0,4.0,3.253,17.0,6.0,3.253,17.0,6.0,0.0,17.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[4.5,1.0,17.0,4.5,2.0,17.0,5.5,2.0,17.0,5.5,1.0,17.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-44",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall3-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[17.0,0.0,12.5,17.0,3.253,12.5,17.0,3.253,7.0,17.0,0.0,7.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[17.0,1.0,7.999999999999999,17.0,2.0,7.999999999999999,17.0,2.0,8.999999999999998,17.0,1.0,8.999999999999998]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[17.0,1.0,10.499999999999998,17.0,2.0,10.499999999999998,17.0,2.0,11.499999999999998,17.0,1.0,11.499999999999998]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-45",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall3-b-b"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[17.0,0.0,7.0,17.0,3.253,7.0,17.0,3.253,0.0,17.0,0.0,0.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture3"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[17.0,1.0,4.999999999999999,17.0,2.0,4.999999999999999,17.0,2.0,5.999999999999999,17.0,1.0,5.999999999999999]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[17.0,1.0,0.999999999999999,17.0,2.0,0.999999999999999,17.0,2.0,1.999999999999999,17.0,1.0,1.999999999999999]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture3"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[17.0,1.0,2.999999999999999,17.0,2.0,2.999999999999999,17.0,2.0,3.999999999999999,17.0,1.0,3.999999999999999]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-46",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall15-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[17.0,0.0,7.0,17.0,3.253,7.0,13.5,3.253,7.0,13.5,0.0,7.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-47",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall11-a-b"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,10.5,0.0,3.253,10.5,0.0,3.253,17.0,0.0,0.0,17.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[3.3677786976552215E-16,1.0,16.0,3.3677786976552215E-16,2.0,16.0,2.755455298081546E-16,2.0,15.0,2.755455298081546E-16,1.0,15.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[2.449293598294707E-16,1.0,14.5,2.449293598294707E-16,2.0,14.5,1.8369701987210302E-16,2.0,13.5,1.8369701987210302E-16,1.0,13.5]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture3"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[1.2246467991473535E-16,1.0,12.5,1.2246467991473535E-16,2.0,12.5,6.123233995736767E-17,2.0,11.5,6.123233995736767E-17,1.0,11.5]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-48",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall13-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,17.0,4.0,3.253,17.0,4.0,3.253,10.5,4.0,0.0,10.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[4.0,0.0,11.0,4.0,2.25,11.0,4.0,2.25,12.0,4.0,0.0,12.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-49",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall20-b"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,10.5,0.0,3.253,10.5,4.0,3.253,10.5,4.0,0.0,10.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-50",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall11-a-a-b"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,5.0,0.0,3.253,5.0,0.0,3.253,10.5,0.0,0.0,10.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[2.7554552980815443E-16,1.0,9.5,2.7554552980815443E-16,2.0,9.5,2.1431318985078676E-16,2.0,8.5,2.1431318985078676E-16,1.0,8.5]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[1.224646799147353E-16,1.0,7.0,1.224646799147353E-16,2.0,7.0,6.123233995736762E-17,2.0,6.0,6.123233995736762E-17,1.0,6.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-51",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall13-b-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,10.5,4.0,3.253,10.5,4.0,3.253,5.0,4.0,0.0,5.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[4.0,0.0,5.5,4.0,2.25,5.5,4.0,2.25,6.5,4.0,0.0,6.5]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-52",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall24-b"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,5.0,0.0,3.253,5.0,4.0,3.253,5.0,4.0,0.0,5.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-53",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall11-a-a-a-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,0.0,0.0,3.253,0.0,0.0,3.253,2.5,0.0,0.0,2.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[6.123233995736766E-17,1.0,1.0,6.123233995736766E-17,2.0,1.0,1.2246467991473532E-16,2.0,2.0,1.2246467991473532E-16,1.0,2.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-54",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall11-a-a-a-b"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,2.5,0.0,3.253,2.5,0.0,3.253,5.0,0.0,0.0,5.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[3.061616997868381E-17,1.0,3.0,3.061616997868381E-17,2.0,3.0,9.184850993605148E-17,2.0,4.0,9.184850993605148E-17,1.0,4.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-55",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall13-b-b-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,5.0,4.0,3.253,5.0,4.0,3.253,2.5,4.0,0.0,2.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[3.9999999999999996,0.0,3.4999999999999996,3.9999999999999996,2.25,3.4999999999999996,4.0,2.25,4.5,4.0,0.0,4.5]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-56",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall4-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,0.0,13.5,3.253,0.0,4.0,3.253,0.0,4.0,0.0,0.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[5.5,1.0,0.0,5.5,2.0,0.0,6.5,2.0,0.0,6.5,1.0,0.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[8.0,1.0,0.0,8.0,2.0,0.0,9.0,2.0,0.0,9.0,1.0,0.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture3"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[10.5,1.0,0.0,10.5,2.0,0.0,11.5,2.0,0.0,11.5,1.0,0.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-57",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall4-b-b"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,0.0,4.0,3.253,0.0,0.0,3.253,0.0,0.0,0.0,0.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[1.0,1.0,0.0,1.0,2.0,0.0,2.0,2.0,0.0,2.0,1.0,0.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[2.5,1.0,0.0,2.5,2.0,0.0,3.5,2.0,0.0,3.5,1.0,0.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-58",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall11-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,7.0,13.5,3.253,7.0,13.5,3.253,5.0,13.5,0.0,5.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[13.5,0.0,5.499999999999999,13.5,2.25,5.499999999999999,13.5,2.25,6.499999999999999,13.5,0.0,6.499999999999999]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-59",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall31-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,5.0,4.0,3.253,5.0,13.5,3.253,5.0,13.5,0.0,5.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[7.0,0.0,5.0,7.0,2.5,5.0,9.5,2.5,5.0,9.5,0.0,5.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-60",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall2-b-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,17.0,6.0,3.253,17.0,11.0,3.253,17.0,11.0,0.0,17.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[10.0,1.0,17.0,10.0,2.0,17.0,9.0,2.0,17.0,9.0,1.0,17.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[8.0,1.0,17.0,8.0,2.0,17.0,7.0,2.0,17.0,7.0,1.0,17.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-61",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall2-b-b-b"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[11.0,0.0,17.0,11.0,3.253,17.0,17.0,3.253,17.0,17.0,0.0,17.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[15.5,1.0,17.0,15.5,2.0,17.0,14.5,2.0,17.0,14.5,1.0,17.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[13.5,1.0,17.0,13.5,2.0,17.0,12.5,2.0,17.0,12.5,1.0,17.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-62",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall9-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,12.5,6.0,3.253,12.5,11.0,3.253,12.5,11.0,0.0,12.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[6.5,0.0,12.5,6.5,2.25,12.5,7.5,2.25,12.5,7.5,0.0,12.5]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-63",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall27-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[11.0,0.0,17.0,11.0,3.253,17.0,11.0,3.253,12.5,11.0,0.0,12.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-64",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall11-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,12.5,13.5,3.253,12.5,13.5,3.253,7.0,13.5,0.0,7.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[13.5,0.0,11.0,13.5,2.25,11.0,13.5,2.25,12.0,13.5,0.0,12.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-65",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall9-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[11.0,0.0,12.5,11.0,3.253,12.5,13.5,3.253,12.5,13.5,0.0,12.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[11.5,0.0,12.5,11.5,2.25,12.5,12.5,2.25,12.5,12.5,0.0,12.5]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-66",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall9-b-b"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,12.5,13.5,3.253,12.5,17.0,3.253,12.5,17.0,0.0,12.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-67",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall33"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,11.0,6.0,3.253,11.0,6.0,3.253,7.0,6.0,0.0,7.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-68",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall34-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,7.0,6.0,3.253,7.0,11.5,3.253,7.0,11.5,0.0,7.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[9.5,0.0,7.0,9.5,2.25,7.0,10.5,2.25,7.0,10.5,0.0,7.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[7.0,0.0,7.0,7.0,2.25,7.0,8.0,2.25,7.0,8.0,0.0,7.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-69",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall32-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,11.0,6.0,3.253,11.0,11.5,3.253,11.0,11.5,0.0,11.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-70",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall35-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[11.5,0.0,7.0,11.5,3.253,7.0,11.5,3.253,11.0,11.5,0.0,11.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-71",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall13-b-b-b-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,2.5,4.0,3.253,2.5,4.0,3.253,1.5,4.0,0.0,1.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[4.0,0.0,1.4999999999999998,4.0,2.25,1.4999999999999998,4.0,2.25,2.4999999999999996,4.0,0.0,2.4999999999999996]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-72",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall13-b-b-b-b-b"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,1.5,4.0,3.253,1.5,4.0,3.253,0.0,4.0,0.0,0.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-73",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall11-b-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,5.0,13.5,3.253,5.0,13.5,3.253,1.5,13.5,0.0,1.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-74",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall11-b-b-b"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,1.5,13.5,3.253,1.5,13.5,3.253,0.0,13.5,0.0,0.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              }
                            ]
                          }
                        ]
                      }
                    },
                    { "ProtoInstance":
                      {
                        "@name":"FloorLevel",
                        "fieldValue": [
                          {
                            "@name":"name",
                            "@value":"floorLevel3"
                          },
                          {
                            "@name":"zOffset",
                            "@value":6.506
                          },
                          {
                            "@name":"edges",
                            "-children":[
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,17.0,6.0,0.0,12.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[17.0,0.0,17.0,17.0,0.0,12.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[17.0,0.0,0.0,13.5,0.0,0.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,17.0,4.0,0.0,17.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,17.0,6.0,0.0,17.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[17.0,0.0,12.5,17.0,0.0,7.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[17.0,0.0,7.0,17.0,0.0,0.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[17.0,0.0,7.0,13.5,0.0,7.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,10.5,0.0,0.0,17.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,17.0,4.0,0.0,10.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,10.5,4.0,0.0,10.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,5.0,0.0,0.0,10.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,10.5,4.0,0.0,5.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,5.0,4.0,0.0,5.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,0.0,0.0,0.0,2.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,2.5,0.0,0.0,5.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,5.0,4.0,0.0,2.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,0.0,4.0,0.0,0.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,0.0,0.0,0.0,0.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,7.0,13.5,0.0,5.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,5.0,13.5,0.0,5.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,17.0,11.0,0.0,17.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[11.0,0.0,17.0,17.0,0.0,17.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,12.5,11.0,0.0,12.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[11.0,0.0,17.0,11.0,0.0,12.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,12.5,13.5,0.0,7.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[11.0,0.0,12.5,13.5,0.0,12.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,12.5,17.0,0.0,12.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,11.0,6.0,0.0,7.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,7.0,11.5,0.0,7.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,11.0,11.5,0.0,11.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[11.5,0.0,7.0,11.5,0.0,11.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,2.5,4.0,0.0,1.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,1.5,4.0,0.0,0.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,5.0,13.5,0.0,1.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,1.5,13.5,0.0,0.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[11.5,0.0,7.0,13.5,0.0,7.0]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Edge",
                                  "fieldValue": [
                                    {
                                      "@name":"vertices",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,11.0,6.0,0.0,12.5]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              }
                            ]
                          },
                          {
                            "@name":"rooms",
                            "-children":[
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"room0"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"ROOM"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[0,23,24,21]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"room1"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"ROOM"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[0,37,28,29,36,19,20,12,9,4]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"room2"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"ROOM"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[1,27,26,24,22]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"room2"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"ROOM"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[2,35,34,19,7,6]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"room0"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"ROOM"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[3,9,10,8]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"room5"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"ROOM"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[5,7,25,27]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"room1"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"ROOM"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[10,12,13,11]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"room6"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"ROOM"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[13,16,32,33,18,14,15]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"room7"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"ROOM"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[16,32,33,17,35,34,20]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"room9"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"ROOM"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[23,26,25,36,31,30,37]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Room",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"room6"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"ROOM"
                                    },
                                    {
                                      "@name":"edgeIndex",
                                      "@value":[28,29,31,30]
                                    },
                                    {
                                      "@name":"floor",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Floor",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"floor"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"ceiling",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Ceiling",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"ceiling"
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                }
                              }
                            ]
                          },
                          {
                            "@name":"walls",
                            "-children":[
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-75",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall7"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,17.0,6.0,3.253,17.0,6.0,3.253,12.5,6.0,0.0,12.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-76",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall3-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[17.0,0.0,17.0,17.0,3.253,17.0,17.0,3.253,12.5,17.0,0.0,12.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[17.0,1.0,15.999999999999998,17.0,2.0,15.999999999999998,17.0,2.0,14.999999999999998,17.0,1.0,14.999999999999998]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[17.0,1.0,14.499999999999998,17.0,2.0,14.499999999999998,17.0,2.0,13.499999999999998,17.0,1.0,13.499999999999998]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-77",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall4-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[17.0,0.0,0.0,17.0,3.253,0.0,13.5,3.253,0.0,13.5,0.0,0.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[16.0,1.0,0.0,16.0,2.0,0.0,15.0,2.0,0.0,15.0,1.0,0.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[14.5,1.0,0.0,14.5,2.0,0.0,13.5,2.0,0.0,13.5,1.0,0.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-78",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall2-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,17.0,0.0,3.253,17.0,4.0,3.253,17.0,4.0,0.0,17.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[1.0,1.0,17.0,1.0,2.0,17.0,2.0,2.0,17.0,2.0,1.0,17.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[2.5,1.0,17.0,2.5,2.0,17.0,3.5,2.0,17.0,3.5,1.0,17.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-79",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall2-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,17.0,4.0,3.253,17.0,6.0,3.253,17.0,6.0,0.0,17.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[4.5,1.0,17.0,4.5,2.0,17.0,5.5,2.0,17.0,5.5,1.0,17.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-80",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall3-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[17.0,0.0,12.5,17.0,3.253,12.5,17.0,3.253,7.0,17.0,0.0,7.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[17.0,1.0,7.999999999999999,17.0,2.0,7.999999999999999,17.0,2.0,8.999999999999998,17.0,1.0,8.999999999999998]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[17.0,1.0,10.499999999999998,17.0,2.0,10.499999999999998,17.0,2.0,11.499999999999998,17.0,1.0,11.499999999999998]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-81",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall3-b-b"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[17.0,0.0,7.0,17.0,3.253,7.0,17.0,3.253,0.0,17.0,0.0,0.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture3"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[17.0,1.0,4.999999999999999,17.0,2.0,4.999999999999999,17.0,2.0,5.999999999999999,17.0,1.0,5.999999999999999]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[17.0,1.0,0.999999999999999,17.0,2.0,0.999999999999999,17.0,2.0,1.999999999999999,17.0,1.0,1.999999999999999]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture3"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[17.0,1.0,2.999999999999999,17.0,2.0,2.999999999999999,17.0,2.0,3.999999999999999,17.0,1.0,3.999999999999999]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-82",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall15-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[17.0,0.0,7.0,17.0,3.253,7.0,13.5,3.253,7.0,13.5,0.0,7.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-83",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall11-a-b"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,10.5,0.0,3.253,10.5,0.0,3.253,17.0,0.0,0.0,17.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[3.3677786976552215E-16,1.0,16.0,3.3677786976552215E-16,2.0,16.0,2.755455298081546E-16,2.0,15.0,2.755455298081546E-16,1.0,15.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[2.449293598294707E-16,1.0,14.5,2.449293598294707E-16,2.0,14.5,1.8369701987210302E-16,2.0,13.5,1.8369701987210302E-16,1.0,13.5]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture3"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[1.2246467991473535E-16,1.0,12.5,1.2246467991473535E-16,2.0,12.5,6.123233995736767E-17,2.0,11.5,6.123233995736767E-17,1.0,11.5]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-84",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall13-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,17.0,4.0,3.253,17.0,4.0,3.253,10.5,4.0,0.0,10.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[4.0,0.0,11.0,4.0,2.25,11.0,4.0,2.25,12.0,4.0,0.0,12.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-85",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall20-b"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,10.5,0.0,3.253,10.5,4.0,3.253,10.5,4.0,0.0,10.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-86",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall11-a-a-b"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,5.0,0.0,3.253,5.0,0.0,3.253,10.5,0.0,0.0,10.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[2.7554552980815443E-16,1.0,9.5,2.7554552980815443E-16,2.0,9.5,2.1431318985078676E-16,2.0,8.5,2.1431318985078676E-16,1.0,8.5]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[1.224646799147353E-16,1.0,7.0,1.224646799147353E-16,2.0,7.0,6.123233995736762E-17,2.0,6.0,6.123233995736762E-17,1.0,6.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-87",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall13-b-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,10.5,4.0,3.253,10.5,4.0,3.253,5.0,4.0,0.0,5.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[4.0,0.0,5.5,4.0,2.25,5.5,4.0,2.25,6.5,4.0,0.0,6.5]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-88",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall24-b"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,5.0,0.0,3.253,5.0,4.0,3.253,5.0,4.0,0.0,5.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-89",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall11-a-a-a-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,0.0,0.0,3.253,0.0,0.0,3.253,2.5,0.0,0.0,2.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[6.123233995736766E-17,1.0,1.0,6.123233995736766E-17,2.0,1.0,1.2246467991473532E-16,2.0,2.0,1.2246467991473532E-16,1.0,2.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-90",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall11-a-a-a-b"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[0.0,0.0,2.5,0.0,3.253,2.5,0.0,3.253,5.0,0.0,0.0,5.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[3.061616997868381E-17,1.0,3.0,3.061616997868381E-17,2.0,3.0,9.184850993605148E-17,2.0,4.0,9.184850993605148E-17,1.0,4.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-91",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall13-b-b-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,5.0,4.0,3.253,5.0,4.0,3.253,2.5,4.0,0.0,2.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[3.9999999999999996,0.0,3.4999999999999996,3.9999999999999996,2.25,3.4999999999999996,4.0,2.25,4.5,4.0,0.0,4.5]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-92",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall4-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,0.0,13.5,3.253,0.0,4.0,3.253,0.0,4.0,0.0,0.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[5.5,1.0,0.0,5.5,2.0,0.0,6.5,2.0,0.0,6.5,1.0,0.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[8.0,1.0,0.0,8.0,2.0,0.0,9.0,2.0,0.0,9.0,1.0,0.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture3"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[10.5,1.0,0.0,10.5,2.0,0.0,11.5,2.0,0.0,11.5,1.0,0.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-93",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall4-b-b"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,0.0,4.0,3.253,0.0,0.0,3.253,0.0,0.0,0.0,0.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[1.0,1.0,0.0,1.0,2.0,0.0,2.0,2.0,0.0,2.0,1.0,0.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[2.5,1.0,0.0,2.5,2.0,0.0,3.5,2.0,0.0,3.5,1.0,0.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-94",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall11-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,7.0,13.5,3.253,7.0,13.5,3.253,5.0,13.5,0.0,5.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[13.5,0.0,5.499999999999999,13.5,2.25,5.499999999999999,13.5,2.25,6.499999999999999,13.5,0.0,6.499999999999999]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-95",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall31-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,5.0,4.0,3.253,5.0,13.5,3.253,5.0,13.5,0.0,5.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[7.0,0.0,5.0,7.0,2.5,5.0,9.5,2.5,5.0,9.5,0.0,5.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-96",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall2-b-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,17.0,6.0,3.253,17.0,11.0,3.253,17.0,11.0,0.0,17.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[10.0,1.0,17.0,10.0,2.0,17.0,9.0,2.0,17.0,9.0,1.0,17.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[8.0,1.0,17.0,8.0,2.0,17.0,7.0,2.0,17.0,7.0,1.0,17.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-97",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall2-b-b-b"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[11.0,0.0,17.0,11.0,3.253,17.0,17.0,3.253,17.0,17.0,0.0,17.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[15.5,1.0,17.0,15.5,2.0,17.0,14.5,2.0,17.0,14.5,1.0,17.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"WINDOW"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[13.5,1.0,17.0,13.5,2.0,17.0,12.5,2.0,17.0,12.5,1.0,17.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-98",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall9-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,12.5,6.0,3.253,12.5,11.0,3.253,12.5,11.0,0.0,12.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[6.5,0.0,12.5,6.5,2.25,12.5,7.5,2.25,12.5,7.5,0.0,12.5]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-99",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall27-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[11.0,0.0,17.0,11.0,3.253,17.0,11.0,3.253,12.5,11.0,0.0,12.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-100",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall11-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,12.5,13.5,3.253,12.5,13.5,3.253,7.0,13.5,0.0,7.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[13.5,0.0,11.0,13.5,2.25,11.0,13.5,2.25,12.0,13.5,0.0,12.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-101",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall9-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[11.0,0.0,12.5,11.0,3.253,12.5,13.5,3.253,12.5,13.5,0.0,12.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[11.5,0.0,12.5,11.5,2.25,12.5,12.5,2.25,12.5,12.5,0.0,12.5]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-102",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall9-b-b"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,12.5,13.5,3.253,12.5,17.0,3.253,12.5,17.0,0.0,12.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-103",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall33"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,11.0,6.0,3.253,11.0,6.0,3.253,7.0,6.0,0.0,7.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-104",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall34-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,7.0,6.0,3.253,7.0,11.5,3.253,7.0,11.5,0.0,7.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[9.5,0.0,7.0,9.5,2.25,7.0,10.5,2.25,7.0,10.5,0.0,7.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        },
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture2"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[7.0,0.0,7.0,7.0,2.25,7.0,8.0,2.25,7.0,8.0,0.0,7.0]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-105",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall32-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[6.0,0.0,11.0,6.0,3.253,11.0,11.5,3.253,11.0,11.5,0.0,11.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-106",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall35-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"EXTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[11.5,0.0,7.0,11.5,3.253,7.0,11.5,3.253,11.0,11.5,0.0,11.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-107",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall13-b-b-b-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,2.5,4.0,3.253,2.5,4.0,3.253,1.5,4.0,0.0,1.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures",
                                      "-children":[
                                        { "ProtoInstance":
                                          {
                                            "@name":"Aperture",
                                            "fieldValue": [
                                              {
                                                "@name":"name",
                                                "@value":"aperture1"
                                              },
                                              {
                                                "@name":"componentLabel",
                                                "@value":"DOOR"
                                              },
                                              {
                                                "@name":"polygon",
                                                "-children":[
                                                  { "Coordinate":
                                                    {
                                                      "@point":[4.0,0.0,1.4999999999999998,4.0,2.25,1.4999999999999998,4.0,2.25,2.4999999999999996,4.0,0.0,2.4999999999999996]
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "@name":"attributes"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-108",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall13-b-b-b-b-b"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[4.0,0.0,1.5,4.0,3.253,1.5,4.0,3.253,0.0,4.0,0.0,0.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-109",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall11-b-b-a"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,5.0,13.5,3.253,5.0,13.5,3.253,1.5,13.5,0.0,1.5]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              },
                              { "ProtoInstance":
                                {
                                  "@name":"Wall",
                                  "@DEF":"Uhrb-Wall-110",
                                  "fieldValue": [
                                    {
                                      "@name":"name",
                                      "@value":"wall11-b-b-b"
                                    },
                                    {
                                      "@name":"componentLabel",
                                      "@value":"INTERIOR_WALL"
                                    },
                                    {
                                      "@name":"zOffset",
                                      "@value":1
                                    },
                                    {
                                      "@name":"polygon",
                                      "-children":[
                                        { "Coordinate":
                                          {
                                            "@point":[13.5,0.0,1.5,13.5,3.253,1.5,13.5,3.253,0.0,13.5,0.0,0.0]
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "@name":"apertures"
                                    },
                                    {
                                      "@name":"attributes"
                                    }
                                  ]
                                }
                              }
                            ]
                          }
                        ]
                      }
                    }
                  ]
                },
                {
                  "@name":"footprint",
                  "-children":[
                    { "Coordinate":
                      {
                        "@point":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0]
                      }
                    }
                  ]
                },
                {
                  "@name":"roof",
                  "-children":[
                    { "ProtoInstance":
                      {
                        "@name":"Roof",
                        "fieldValue": [
                          {
                            "@name":"name",
                            "@value":"roof"
                          },
                          {
                            "@name":"componentLabel",
                            "@value":"ROOF_ASSEMBLY"
                          }
                        ]
                      }
                    }
                  ]
                }
              ]
            }
          }
        ]
    }
  }
}