每個營造類型均由一或多個材料類型組成,其中包含以上列示的性質類型。此營造清單衍生自各種來源,包括 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 檔案中的營造類型會顯示於「營造類型」對話方塊中。