Building

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
buildingType buildingTypeEnum required
id xsd:ID required
ifcGUID xsd:string optional
Global Unique ID from Industry Foundation Class (IFC) file.

Used By

Element Campus

Source

<xsd:element name="Building">
  <xsd:complexType>
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
      <xsd:element ref="Name" minOccurs="0"/>
      <xsd:element ref="Description" minOccurs="0"/>
      <xsd:element ref="StreetAddress" minOccurs="0"/>
      <xsd:element ref="Area"/>
      <xsd:element ref="Space" maxOccurs="unbounded"/>
      <xsd:element ref="AverageNumberOfFloors" minOccurs="0"/>
      <xsd:element ref="InfiltrationFlow" minOccurs="0"/>
      <xsd:element ref="ShellGeometry" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>Use this element to define the shell of the building.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element ref="SpaceBoundary" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>This element establishes the logical relation of a given part of the building envelope such that its PlanarGeometry is part of an exterior surface of the building.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element ref="Lighting" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="IntEquipId" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="MeterId" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="PeakDomesticHotWaterFlow" minOccurs="0"/>
      <xsd:element ref="BuildingStorey" minOccurs="0"/>
    </xsd:choice>
    <xsd:attribute name="id" type="xsd:ID" use=