IndoorAirQuality

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xsd:ID required
scheduleIdRef xsd:IDREF optional
ID for the schedule of transmittance of a shading surface

Used By

Source

<xsd:element name="IndoorAirQuality">
  <xsd:complexType>
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
      <xsd:element ref="EmissionRate" minOccurs="0"/>
      <xsd:element ref="SinkRate" minOccurs="0"/>
      <xsd:element ref="HighLimit" minOccurs="0"/>
    </xsd:choice>
    <xsd:attribute name="id" type="xsd:ID" use="required"/>
    <xsd:attribute name="scheduleIdRef" type="xsd:IDREF">
      <xsd:annotation>
        <xsd:documentation>ID for the schedule of transmittance of a shading surface</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>

Sample