Campus

The Campus element should be used as the base for all physical objects. On a campus, place one or more buildings.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
designCoolWeathIdRef xsd:IDREF optional
ID for the weather data used for a cooling design day
designHeatWeathIdRef xsd:IDREF optional
ID for the weather data used for a heating design day
id xsd:ID required
ifcGUID xsd:string optional
Global Unique ID from Industry Foundation Class (IFC) file.

Used By

Element gbXML

Source

<xsd:element name="Campus">
  <xsd:annotation>
    <xsd:documentation>The Campus element should be used as the base for all physical objects. On a campus, place one or more buildings.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
      <xsd:element ref="Name" minOccurs="0"/>
      <xsd:element ref="Description" minOccurs="0"/>
      <xsd:element ref="Location"/>
      <xsd:element ref="Building" maxOccurs="unbounded"/>
      <xsd:element ref="Surface" minOccurs="4" maxOccurs="unbounded"/>
      <xsd:element ref="YearModeled" minOccurs="0"/>
      <xsd:element ref="DaylightSavings" minOccurs="0"/>
      <xsd:element ref="Life"</