<xs:complexType name="IfcPsetBuildingCommonType">
<xs:complexContent>
<xs:extension base="uro:IfcAttributeType">
<xs:sequence>
<xs:element name="buildingId" minOccurs="0" type="xs:string"/>
<xs:element name="isPermanentId" minOccurs="0" type="xs:boolean"/>
<xs:element name="mainFireUse" minOccurs="0" type="xs:string"/>
<xs:element name="ancillaryFireUse" minOccurs="0" type="xs:string"/>
<xs:element name="sprinklerProtection" minOccurs="0" type="xs:boolean"/>
<xs:element name="sprinklerProtectionAutomatic" minOccurs="0" type="xs:boolean"/>
<xs:element name="occupancyType" minOccurs="0" type="gml:CodeType"/>
<xs:element name="grossPlannedArea" minOccurs="0" type="gml:MeasureType"/>
<xs:element name="numberOfStoreys" minOccurs="0" type="xs:integer"/>
<xs:element name="yearOfConstruction" minOccurs="0" type="xs:gYear"/>
<xs:element name="isLandmarked" minOccurs="0" type="xs:boolean"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>