From f3319d9fdf7ceded66fb98d5dc4aeeebdc1819c0 Mon Sep 17 00:00:00 2001 From: Adam Zsarnoczay <33822153+zsarnoczay@users.noreply.github.com> Date: Thu, 18 May 2023 09:11:48 -0700 Subject: [PATCH 1/3] azs - edit filenames for HAZUS_EQ_trnsp to follow new naming convention & edit DS info in loss_repair JSON to have only Damage State descriptions and no Limit States --- ...trnsp.csv => damage_DB_Hazus_EQ_trnsp.csv} | 0 ...nsp.json => damage_DB_Hazus_EQ_trnsp.json} | 0 ....csv => loss_repair_DB_Hazus_EQ_trnsp.csv} | 0 DB/loss_repair_DB_Hazus_EQ_trnsp.json | 53 ++++++++++++++ DB/trnsp_repair_DB_Hazus_EQ.json | 73 ------------------- 5 files changed, 53 insertions(+), 73 deletions(-) rename DB/{fragility_DB_Hazus_EQ_trnsp.csv => damage_DB_Hazus_EQ_trnsp.csv} (100%) rename DB/{fragility_DB_Hazus_EQ_trnsp.json => damage_DB_Hazus_EQ_trnsp.json} (100%) rename DB/{trnsp_repair_DB_Hazus_EQ.csv => loss_repair_DB_Hazus_EQ_trnsp.csv} (100%) create mode 100644 DB/loss_repair_DB_Hazus_EQ_trnsp.json delete mode 100644 DB/trnsp_repair_DB_Hazus_EQ.json diff --git a/DB/fragility_DB_Hazus_EQ_trnsp.csv b/DB/damage_DB_Hazus_EQ_trnsp.csv similarity index 100% rename from DB/fragility_DB_Hazus_EQ_trnsp.csv rename to DB/damage_DB_Hazus_EQ_trnsp.csv diff --git a/DB/fragility_DB_Hazus_EQ_trnsp.json b/DB/damage_DB_Hazus_EQ_trnsp.json similarity index 100% rename from DB/fragility_DB_Hazus_EQ_trnsp.json rename to DB/damage_DB_Hazus_EQ_trnsp.json diff --git a/DB/trnsp_repair_DB_Hazus_EQ.csv b/DB/loss_repair_DB_Hazus_EQ_trnsp.csv similarity index 100% rename from DB/trnsp_repair_DB_Hazus_EQ.csv rename to DB/loss_repair_DB_Hazus_EQ_trnsp.csv diff --git a/DB/loss_repair_DB_Hazus_EQ_trnsp.json b/DB/loss_repair_DB_Hazus_EQ_trnsp.json new file mode 100644 index 00000000..e1627805 --- /dev/null +++ b/DB/loss_repair_DB_Hazus_EQ_trnsp.json @@ -0,0 +1,53 @@ +{ + "HRD": { + "Description": "Roadway segments", + "SuggestedComponentBlockSize": "1 EA", + "RoundUpToIntegerQuantity": "True", + "DamageStates": { + "DS1": { + "Description": "Slight Damage: Roadway, railway or light rail track/roadbed damage due to slight (a few inches of ) settlement or offset of the ground." + }, + "DS2": { + "Description": "Moderate Damage: Roadway, railway, or light rail track/roadbed damage due to moderate (several inches of ) settlement or offset of the ground. Moderate damage is characterized by considerable derailment and requires rail repairs to resume operations." + }, + "DS3": { + "Description": "Extensive/Complete Damage: Roadway, railway, or light rail track/roadbed damage due to extensive (a few feet of) settlement or offset of the ground. Moderate damage results in potential derailment over an extended length of track and requires rail repairs to resume operations." + } + } + }, + "HWB": { + "Description": "Highway/railway bridge structures", + "SuggestedComponentBlockSize": "1 EA", + "RoundUpToIntegerQuantity": "True", + "DamageStates": { + "DS1": { + "Description": "Slight Damage: Minor cracking and spalling to the abutment, cracks in shear keys at abutments, minor spalling and cracks at hinges, minor spalling at the column (damage requires no more than cosmetic repair), or minor cracking to the deck" + }, + "DS2": { + "Description": "Moderate Damage: Any column experiencing moderate (shear cracks) cracking and spalling (column structurally still sound), moderate movement of the abutment (<2 inches), extensive cracking and spalling of shear keys, any connection having cracked shear keys or bent bolts, keeper bar failure without unseating, rocker bearing failure, or moderate settlement of the approach" + }, + "DS3": { + "Description": "Extensive Damage: Any column degrading without collapse, shear failure (column structurally unsafe), significant residual movement at connections, major settlement of the approach, major vertical offset of the abutment, differential settlement at connections, or shear key failure at abutments, incipient unseating of the bridge supersturcture" + }, + "DS4": { + "Description": "Complete Damage: Any column collapsing and connection losing all bearing support, which may lead to imminent deck collapse, or tilting of substructure due to foundation failure" + } + } + }, + "HTU": { + "Description": "Highway/railway tunnel structures", + "SuggestedComponentBlockSize": "1 EA", + "RoundUpToIntegerQuantity": "True", + "DamageStates": { + "DS1": { + "Description": "Slight Damage: Minor cracking of the tunnel liner (damage requires no more than cosmetic repair), some rock falling, or slight settlement of the ground at a tunnel portal" + }, + "DS2": { + "Description": "Moderate Damage: Moderate cracking of the tunnel liner and rock falling" + }, + "DS3": { + "Description": "Extensive/Complete Damage: Major ground settlement at a tunnel portal and extensive/major cracking of the tunnel liner, which may include possible collapse" + } + } + } +} diff --git a/DB/trnsp_repair_DB_Hazus_EQ.json b/DB/trnsp_repair_DB_Hazus_EQ.json deleted file mode 100644 index 0b1b2e94..00000000 --- a/DB/trnsp_repair_DB_Hazus_EQ.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "HRD": { - "Description": "Roadway segments", - "SuggestedComponentBlockSize": "1 EA", - "RoundUpToIntegerQuantity": "True", - "LimitStates": { - "LS1": { - "DS1": { - "Description": "Slight Damage: Roadway, railway or light rail track/roadbed damage due to slight (a few inches of ) settlement or offset of the ground." - } - }, - "LS2": { - "DS2": { - "Description": "Moderate Damage: Roadway, railway, or light rail track/roadbed damage due to moderate (several inches of ) settlement or offset of the ground. Moderate damage is characterized by considerable derailment and requires rail repairs to resume operations." - } - }, - "LS3": { - "DS3": { - "Description": "Extensive/Complete Damage: Roadway, railway, or light rail track/roadbed damage due to extensive (a few feet of) settlement or offset of the ground. Moderate damage results in potential derailment over an extended length of track and requires rail repairs to resume operations." - } - } - } - }, - "HWB": { - "Description": "Highway/railway bridge structures", - "SuggestedComponentBlockSize": "1 EA", - "RoundUpToIntegerQuantity": "True", - "LimitStates": { - "LS1": { - "DS1": { - "Description": "Slight Damage: Minor cracking and spalling to the abutment, cracks in shear keys at abutments, minor spalling and cracks at hinges, minor spalling at the column (damage requires no more than cosmetic repair), or minor cracking to the deck" - } - }, - "LS2": { - "DS2": { - "Description": "Moderate Damage: Any column experiencing moderate (shear cracks) cracking and spalling (column structurally still sound), moderate movement of the abutment (<2 inches), extensive cracking and spalling of shear keys, any connection having cracked shear keys or bent bolts, keeper bar failure without unseating, rocker bearing failure, or moderate settlement of the approach" - } - }, - "LS3": { - "DS3": { - "Description": "Extensive Damage: Any column degrading without collapse, shear failure (column structurally unsafe), significant residual movement at connections, major settlement of the approach, major vertical offset of the abutment, differential settlement at connections, or shear key failure at abutments, incipient unseating of the bridge supersturcture" - } - }, - "LS4": { - "DS4": { - "Description": "Complete Damage: Any column collapsing and connection losing all bearing support, which may lead to imminent deck collapse, or tilting of substructure due to foundation failure" - } - } - } - }, - "HTU": { - "Description": "Highway/railway tunnel structures", - "SuggestedComponentBlockSize": "1 EA", - "RoundUpToIntegerQuantity": "True", - "LimitStates": { - "LS1": { - "DS1": { - "Description": "Slight Damage: Minor cracking of the tunnel liner (damage requires no more than cosmetic repair), some rock falling, or slight settlement of the ground at a tunnel portal" - } - }, - "LS2": { - "DS2": { - "Description": "Moderate Damage: Moderate cracking of the tunnel liner and rock falling" - } - }, - "LS3": { - "DS3": { - "Description": "Extensive/Complete Damage: Major ground settlement at a tunnel portal and extensive/major cracking of the tunnel liner, which may include possible collapse" - } - } - } - } -} From 390db868865f0df0e070b7ccedbbb43503ebce34 Mon Sep 17 00:00:00 2001 From: Adam Zsarnoczay <33822153+zsarnoczay@users.noreply.github.com> Date: Thu, 18 May 2023 09:15:30 -0700 Subject: [PATCH 2/3] azs - bugfix - Hazus_EQ_bldg loss_repair JSON damage description followed the wrong schema --- DB/loss_repair_DB_Hazus_EQ_bldg.json | 2016 +++++++------------------- 1 file changed, 504 insertions(+), 1512 deletions(-) diff --git a/DB/loss_repair_DB_Hazus_EQ_bldg.json b/DB/loss_repair_DB_Hazus_EQ_bldg.json index 1ea3c595..99d3ce05 100644 --- a/DB/loss_repair_DB_Hazus_EQ_bldg.json +++ b/DB/loss_repair_DB_Hazus_EQ_bldg.json @@ -21,29 +21,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -54,29 +44,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -87,29 +67,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -120,29 +90,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -153,29 +113,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -186,29 +136,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -219,29 +159,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -252,29 +182,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -285,29 +205,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -318,29 +228,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -351,29 +251,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -384,29 +274,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -417,29 +297,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -450,29 +320,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -483,29 +343,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -516,29 +366,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -549,29 +389,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -582,29 +412,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -615,29 +435,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -648,29 +458,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -681,29 +481,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -714,29 +504,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -747,29 +527,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -780,29 +550,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -813,29 +573,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -846,29 +596,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -879,29 +619,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -912,29 +642,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -945,24 +665,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." - } + "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." - } + "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." - } + "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." - } + "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." } } }, @@ -973,24 +685,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." - } + "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." - } + "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." - } + "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." - } + "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." } } }, @@ -1001,24 +705,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." - } + "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." - } + "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." - } + "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." - } + "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." } } }, @@ -1029,24 +725,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." - } + "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." - } + "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." - } + "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." - } + "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." } } }, @@ -1057,24 +745,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." - } + "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." - } + "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." - } + "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." - } + "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." } } }, @@ -1085,24 +765,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." - } + "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." - } + "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." - } + "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." - } + "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." } } }, @@ -1113,24 +785,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." - } + "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." - } + "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." - } + "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." - } + "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." } } }, @@ -1141,24 +805,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." - } + "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." - } + "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." - } + "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." - } + "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." } } }, @@ -1169,24 +825,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." - } + "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." - } + "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." - } + "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." - } + "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." } } }, @@ -1197,24 +845,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." - } + "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." - } + "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." - } + "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." - } + "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." } } }, @@ -1225,24 +865,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." - } + "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." - } + "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." - } + "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." - } + "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." } } }, @@ -1253,24 +885,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." - } + "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." - } + "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." - } + "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." - } + "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." } } }, @@ -1281,24 +905,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." - } + "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." - } + "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." - } + "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." - } + "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." } } }, @@ -1309,24 +925,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." - } + "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." - } + "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." - } + "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." - } + "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." } } }, @@ -1337,24 +945,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." - } + "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." - } + "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." - } + "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." - } + "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." } } }, @@ -1365,24 +965,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." - } + "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." - } + "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." - } + "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." - } + "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." } } }, @@ -1393,24 +985,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." - } + "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." - } + "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." - } + "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." - } + "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." } } }, @@ -1421,24 +1005,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." - } + "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." - } + "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." - } + "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." - } + "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." } } }, @@ -1449,24 +1025,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." - } + "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." - } + "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." - } + "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." - } + "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." } } }, @@ -1477,24 +1045,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." - } + "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." - } + "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." - } + "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." - } + "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." } } }, @@ -1505,24 +1065,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." - } + "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." - } + "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." - } + "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." - } + "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." } } }, @@ -1533,24 +1085,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." - } + "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." - } + "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." - } + "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." - } + "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." } } }, @@ -1561,24 +1105,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." - } + "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." - } + "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." - } + "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." - } + "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." } } }, @@ -1589,24 +1125,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." - } + "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." - } + "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." - } + "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." - } + "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." } } }, @@ -1617,24 +1145,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." - } + "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." - } + "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." - } + "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." - } + "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." } } }, @@ -1645,24 +1165,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." - } + "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." - } + "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." - } + "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." - } + "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." } } }, @@ -1673,24 +1185,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." - } + "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." - } + "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." - } + "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." - } + "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." } } }, @@ -1701,24 +1205,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." - } + "Description": "Slight Nonstructural Damage:\nPartition Walls: A few cracks are observed at intersections of walls and ceilings and at corners of door openings.\nExterior Wall Panels: Slight movement of the panels, requiring realignment." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." - } + "Description": "Moderate Nonstructural Damage:\nPartition Walls: Larger and more extensive cracks requiring repair and repainting; some partitions may require replacement of gypsum board or other finishes.\nExterior Wall Panels: The movements are more extensive; connections of panels to structural frame are damaged requiring further inspection and repairs; some window frames may need realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." - } + "Description": "Extensive Nonstructural Damage:\nPartition Walls: Most of the partitions are cracked and a significant portion may require replacement of finishes; some door frames in the partitions are also damaged and require re-setting.\nExterior Wall Panels: Most of the panels are cracked or otherwise damaged and misaligned, and most panel connections to the structural frame are damaged requiring thorough review and repairs; a few panels fall or are in imminent danger of falling; some windowpanes are broken and some pieces of glass have fallen." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." - } + "Description": "Complete Nonstructural Damage:\nPartition Walls: Most partition finish materials and framing may have to be removed and replaced, damaged studs repaired, and walls refinished. Most door frames may also have to be repaired and replaced.\nExterior Wall Panels: Most panels are severely damaged, most connections are broken or severely damaged, some panels have fallen, and most are in imminent danger of falling; extensive glass breakage and falling." } } }, @@ -1729,24 +1225,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." - } + "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." - } + "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." - } + "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." - } + "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." } } }, @@ -1757,24 +1245,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." - } + "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." - } + "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." - } + "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." - } + "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." } } }, @@ -1785,24 +1265,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." - } + "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." - } + "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." - } + "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." - } + "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." } } }, @@ -1813,24 +1285,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." - } + "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." - } + "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." - } + "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." - } + "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." } } }, @@ -1841,24 +1305,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." - } + "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." - } + "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." - } + "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." - } + "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." } } }, @@ -1869,24 +1325,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." - } + "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." - } + "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." - } + "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." - } + "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." } } }, @@ -1897,24 +1345,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." - } + "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." - } + "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." - } + "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." - } + "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." } } }, @@ -1925,24 +1365,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." - } + "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." - } + "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." - } + "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." - } + "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." } } }, @@ -1953,24 +1385,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." - } + "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." - } + "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." - } + "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." - } + "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." } } }, @@ -1981,24 +1405,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." - } + "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." - } + "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." - } + "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." - } + "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." } } }, @@ -2009,24 +1425,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." - } + "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." - } + "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." - } + "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." - } + "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." } } }, @@ -2037,24 +1445,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." - } + "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." - } + "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." - } + "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." - } + "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." } } }, @@ -2065,24 +1465,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." - } + "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." - } + "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." - } + "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." - } + "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." } } }, @@ -2093,24 +1485,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." - } + "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." - } + "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." - } + "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." - } + "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." } } }, @@ -2121,24 +1505,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." - } + "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." - } + "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." - } + "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." - } + "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." } } }, @@ -2149,24 +1525,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." - } + "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." - } + "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." - } + "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." - } + "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." } } }, @@ -2177,24 +1545,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." - } + "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." - } + "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." - } + "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." - } + "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." } } }, @@ -2205,24 +1565,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." - } + "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." - } + "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." - } + "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." - } + "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." } } }, @@ -2233,24 +1585,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." - } + "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." - } + "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." - } + "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." - } + "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." } } }, @@ -2261,24 +1605,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." - } + "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." - } + "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." - } + "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." - } + "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." } } }, @@ -2289,24 +1625,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." - } + "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." - } + "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." - } + "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." - } + "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." } } }, @@ -2317,24 +1645,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." - } + "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." - } + "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." - } + "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." - } + "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." } } }, @@ -2345,24 +1665,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." - } + "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." - } + "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." - } + "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." - } + "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." } } }, @@ -2373,24 +1685,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." - } + "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." - } + "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." - } + "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." - } + "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." } } }, @@ -2401,24 +1705,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." - } + "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." - } + "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." - } + "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." - } + "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." } } }, @@ -2429,24 +1725,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." - } + "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." - } + "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." - } + "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." - } + "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." } } }, @@ -2457,24 +1745,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." - } + "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." - } + "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." - } + "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." - } + "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." } } }, @@ -2485,24 +1765,16 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." - } + "Description": "Slight Nonstructural Damage:\nSuspended Ceilings: A few ceiling tiles have moved or fallen down.\nElectrical-Mechanical Equipment, Piping, Ducts: The most vulnerable equipment (e.g., unanchored or mounted on spring isolators) moves and damages attached piping or ducts." }, "DS2": { - "DS2": { - "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." - } + "Description": "Moderate Nonstructural Damage:\nSuspended Ceilings: Falling of tiles is more extensive; in addition, the ceiling support framing (T-bars) has disconnected and/or buckled at a few locations; lenses have fallen off some light fixtures and a few fixtures have fallen; localized repairs are necessary.\nElectrical-Mechanical Equipment, Piping, Ducts: Movements are larger, and damage is more extensive; piping leaks occur at a few locations; elevator machinery and rails may require realignment." }, "DS3": { - "DS3": { - "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." - } + "Description": "Extensive Nonstructural Damage:\nSuspended Ceilings: The ceiling system exhibits extensive buckling, disconnected T- bars and falling ceiling tiles; ceiling partially collapses at a few locations and some light fixtures fall; repair typically involves removal of most or all ceiling tiles.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment on spring isolators topples and falls; other unanchored equipment slides or falls, breaking connections to piping and ducts; leaks develop at many locations; anchored equipment indicate stretched bolts or strain at anchorages." }, "DS4": { - "DS4": { - "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." - } + "Description": "Complete Nonstructural Damage:\nSuspended Ceilings: The ceiling system is buckled throughout and/or fallen and requires complete replacement; many light fixtures fall.\nElectrical-Mechanical Equipment, Piping, Ducts: Equipment is damaged by sliding, overturning or failure of their supports and is not operable; piping is leaking at many locations; some pipe and duct supports have failed, causing pipes and ducts to fall or hang down; elevator rails are buckled or have broken supports and/or counterweights have derailed." } } }, @@ -2513,29 +1785,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -2546,29 +1808,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -2579,29 +1831,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -2612,29 +1854,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -2645,29 +1877,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -2678,29 +1900,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -2711,29 +1923,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -2744,29 +1946,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -2777,29 +1969,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -2810,29 +1992,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -2843,29 +2015,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -2876,29 +2038,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -2909,29 +2061,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -2942,29 +2084,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -2975,29 +2107,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -3008,29 +2130,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -3041,29 +2153,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -3074,29 +2176,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -3107,29 +2199,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -3140,29 +2222,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -3173,29 +2245,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -3206,29 +2268,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -3239,29 +2291,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -3272,29 +2314,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -3305,29 +2337,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -3338,29 +2360,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -3371,29 +2383,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } }, @@ -3404,29 +2406,19 @@ "RoundUpToIntegerQuantity": "True", "DamageStates": { "DS1": { - "DS1": { - "Description": "Slight Structural Damage" - } + "Description": "Slight Structural Damage" }, "DS2": { - "DS2": { - "Description": "Moderate Structural Damage" - } + "Description": "Moderate Structural Damage" }, "DS3": { - "DS3": { - "Description": "Extensive Structural Damage" - } + "Description": "Extensive Structural Damage" }, "DS4": { - "DS4": { - "Description": "Complete Structural Damage" - } + "Description": "Complete Structural Damage" }, "DS5": { - "DS5": { - "Description": "Collapse" - } + "Description": "Collapse" } } } From b4c1264fb85d6da0b5650443246511522d5a3c99 Mon Sep 17 00:00:00 2001 From: Adam Zsarnoczay <33822153+zsarnoczay@users.noreply.github.com> Date: Thu, 18 May 2023 09:20:03 -0700 Subject: [PATCH 3/3] azs - add GeneralInformation content to the Hazus_EQ_trnsp JSON files --- DB/damage_DB_Hazus_EQ_trnsp.json | 14 ++++++++++++++ DB/loss_repair_DB_Hazus_EQ_trnsp.json | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/DB/damage_DB_Hazus_EQ_trnsp.json b/DB/damage_DB_Hazus_EQ_trnsp.json index 7857cf0f..48ade25e 100644 --- a/DB/damage_DB_Hazus_EQ_trnsp.json +++ b/DB/damage_DB_Hazus_EQ_trnsp.json @@ -1,4 +1,18 @@ { + "_GeneralInformation": { + "ShortName": "Hazus Earthquake Methodology - Transportation", + "Description": "The models in this dataset are based on version 5.1 of the Hazus Earthquake Model Technical Manual", + "Version": "1.0", + "DecisionVariables": { + "Cost": "Repair costs are measured by loss ratios as percentage of replacement cost.", + "Time": "Repair time is measured in days and captures the time it takes to completely repair the damages." + }, + "ComponentGroups": [ + "HRD - Road segments", + "HWB - Bridges", + "HTU - Tunnels" + ] + }, "HRD.GF.1": { "Description": "Major roads including interstate and state highways, other roads with four lanes or more, and parkways; railway tracks/roadbeds; or light rail track/roadbeds.", "SuggestedComponentBlockSize": "1 EA", diff --git a/DB/loss_repair_DB_Hazus_EQ_trnsp.json b/DB/loss_repair_DB_Hazus_EQ_trnsp.json index e1627805..61ca5867 100644 --- a/DB/loss_repair_DB_Hazus_EQ_trnsp.json +++ b/DB/loss_repair_DB_Hazus_EQ_trnsp.json @@ -1,4 +1,18 @@ { + "_GeneralInformation": { + "ShortName": "Hazus Earthquake Methodology - Transportation", + "Description": "The models in this dataset are based on version 5.1 of the Hazus Earthquake Model Technical Manual", + "Version": "1.0", + "DecisionVariables": { + "Cost": "Repair costs are measured by loss ratios as percentage of replacement cost.", + "Time": "Repair time is measured in days and captures the time it takes to completely repair the damages." + }, + "ComponentGroups": [ + "HRD - Road segments", + "HWB - Bridges", + "HTU - Tunnels" + ] + }, "HRD": { "Description": "Roadway segments", "SuggestedComponentBlockSize": "1 EA",