每种构造类型都由一种或多种材质类型组成,其中包含上面列出的属性类型。此构造列表源自多种来源,包括 ASHRAE、CIBSE 和其他来源。所有这些构造及其对应的材质都存储在 XML 文件中。此文件大体遵循 gbXML 架构,且仅包含与构造相关的标记。
下面是典型的 gbXML 构造和材质标记的样例:
<Construction id="ASHIF5" surfaceType="Ceiling"> <Name>8 In. Light Weight Concrete Ceiling</Name> <Description>8 In. Light Weight Concrete Ceiling</Description> <LayerId layerIdRef="lay-ASHIF5" /> <U-value unit="WPerSquareMeterK">1.3610</U-value> </Construction> - <Layer id="lay-ASHIF5"> <MaterialId materialIdRef="mat-AM13" /> </Layer> <Material id="mat-AM13"> <Name>8 in. lightweight concrete</Name> <Description>8 in. lightweight concrete</Description> <Thickness unit="Meters">0.2032</Thickness> <Conductivity unit="WPerMeterK">0.53</Conductivity> <Density unit="KgPerCubicM">1280</Density> <SpecificHeat unit="JPerKgK">840</SpecificHeat> </Material>
constructions.xml 文件中的构造类型将显示在“构造类型”对话框中。