construction-type


Type: integer

Enumeration:

Value Description Reference
1 solid construction /definitions/construction-type#1
2 skeleton construction /definitions/construction-type#2
3 skeleton construction (flammable material) /definitions/construction-type#3
4 skeleton construction (inflammable material) /definitions/construction-type#4
5 wooden construction /definitions/construction-type#5
6 mixed /definitions/construction-type#6
7 other /definitions/construction-type#7

Type-Reference: /definitions/integer

Schema:


{
    "type": "integer",
    "enum": [
        1,
        2,
        3,
        4,
        5,
        6,
        7
    ],
    "enum-description": [
        "solid construction",
        "skeleton construction",
        "skeleton construction (flammable material)",
        "skeleton construction (inflammable material)",
        "wooden construction",
        "mixed",
        "other"
    ]
}