Abstract spatial object type grouping the additional specific properties of Building and Building Part.
-- Description --
NOTE 1: The additonal properties are those that are not already included in the base application schema.
NOTE 2: The specific properties are the properties that appliy to Building and BuildingPart without applying to BuildingUnit.
        
     
            
    
    
        
                
                    
                        | Egenskap | Stereotype | Beskrivelse | Type | Multiplisitet | 
                
                    
                        | heightBelowGround | voidable | -- Name --
Height below ground | Length | 0..1 | 
                    
                        | numberOfFloorsBelowGround | voidable | -- Name --
Number of floors below ground | Integer | 0..1 | 
                    
                        | floorDistribution | voidable | -- Name --
Floor distribution | FloorRange | 1..* | 
                    
                        | floorDescription | voidable | -- Name --
Floor description | FloorDescription | 0..* | 
                    
                        | roofType | voidable | -- Name --
Roof type | RoofTypeValue | 0..* | 
                    
                        | materialOfFacade | voidable | -- Name --
Material of facade | MaterialOfFacadeValue | 0..* | 
                    
                        | materialOfRoof | voidable | -- Name --
Material of roof | MaterialOfRoofValue | 0..* | 
                    
                        | materialOfStructure | voidable | -- Name --
Material of structure | MaterialOfStructureValue | 0..* | 
        
     
    
        
                
                    
                        | Navn | Type | Lengde | Multiplisitet | 
                
                    
                        |  | Length |  | 0..1 | 
                    
                        |  | Integer |  | 0..1 | 
                    
                        |  | FloorRange |  | 1..* | 
                    
                        |  | FloorDescription |  | 0..* | 
                    
                        |  | RoofTypeValue |  | 0..* | 
                    
                        |  | MaterialOfFacadeValue |  | 0..* | 
                    
                        |  | MaterialOfRoofValue |  | 0..* | 
                    
                        |  | MaterialOfStructureValue |  | 0..* | 
        
     
    
        
            
                
                    | Name | Type | English | Description | 
            
                
                    | heightBelowGround | Length |  | Height below ground of the building or building part. | 
                
                    | numberOfFloorsBelowGround | Integer |  | The number of floors below ground of the building or building part.
-- Description --
EXAMPLES: includes cellars, underground carparks ... | 
                
                    | floorDistribution | FloorRange |  | The range(s) of floors of the building or building part.
-- Description --
EXAMPLE: [0,5] for a 6 floors building located on ground. | 
                
                    | floorDescription | FloorDescription |  | The description of  a given range of building floors. | 
                
                    | roofType | RoofTypeValue |  | The shape of the roof. | 
                
                    | materialOfFacade | MaterialOfFacadeValue |  | Material(s) of the building or building part facade. | 
                
                    | materialOfRoof | MaterialOfRoofValue |  | Material(s) of the building or building part roof. | 
                
                    | materialOfStructure | MaterialOfStructureValue |  | Material(s) of the building structure.
-- Description --
NOTE: generally, the building structure consists of the supporting walls or columns. |