CLTDParameters

Parameters required by CLTD load calculation method, as described in the 1989 ASHRAE Handbook, Fundamentals volume, pages 26.32 and following. Ignore this element and all elements under it if you are not planning to use that method.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
roofASHRAENumber roofASHRAENumberEnum optional
Specifies the number 1 to 13 to use for a roof. See Table 29 page 26.34, 1989 ASHRAE Handbook, Fundamentals volume.
roofColor roofColorEnum optional
Specifies the effective roof color, which depends on the actual color and whether the location is industrial or rural. See page 26.34, 1989 ASHRAE Handbook, Fundamentals volume.
roofHasSuspendedCeiling xsd:boolean optional
Specifies whether or not a roof has a suspended ceiling under it. See table 29, page 26.34, 1989 ASHRAE Handbook, Fundamentals volume.
wallASHRAEGroup wallASHRAEGroupEnum optional
Specifies the wall group code A to G to use for a wall. See Table 31, page 26.36, 1989 ASHRAE Handbook, Fundamentals volume.
wallColor wallColorEnum optional
Specifies the effective wall color, which depends on the actual color and whether the location is industrial or rural. See page 26.36, 1989 ASHRAE Handbook, Fundamentals volume.

Used By

Source

<xsd:element name="CLTDParameters">
  <xsd:annotation>
    <xsd:documentation>Parameters required by CLTD load calculation method, as described in the 1989 ASHRAE Handbook, Fundamentals volume, pages 26.32 and following. Ignore this element and all elements under it if you are not planning to use that method.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:attribute name="roofASHRAENumber" type="roofASHRAENumberEnum">
      <xsd:annotation>
        <xsd:documentation>Specifies the number 1 to 13 to use for a roof. See Table 29 page 26.34, 1989 ASHRAE Handbook, Fundamentals volume.</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="wallASHRAEGroup" type="wallASHRAEGroupEnum">
      <xsd:annotation>
        <xsd:documentation>Specifies the wall group code A to G to use for a wall. See Table 31, page 26.36, 1989 ASHRAE Handbook, Fundamentals volume.</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="roofColor" type="roofColorEnum">
      <xsd:annotation>
        <xsd:documentation>Specifies the effective roof color, which depends on the actual color and whether the location is industrial or rural. See page 26.34, 1989 ASHRAE Handbook, Fundamentals volume.</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="roofHasSuspendedCeiling" type="xsd:boolean">
      <xsd:annotation>
        <xsd:documentation>Specifies whether or not a roof has a suspended ceiling under it. See table 29, page 26.34, 1989 ASHRAE Handbook, Fundamentals volume.</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="wallColor" type="wallColorEnum">
      <xsd:annotation>
        <xsd:documentation>Specifies the effective wall color, which depends on the actual color and whether the location is industrial or rural. See page 26.36, 1989 ASHRAE Handbook, Fundamentals volume.</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>

Sample