<xs:complexType name="IfcPsetWindowCommonType">
<xs:complexContent>
<xs:extension base="uro:IfcAttributeType">
<xs:sequence>
<xs:element name="reference" minOccurs="0" type="xs:string"/>
<xs:element name="acousticRating" minOccurs="0" type="xs:string"/>
<xs:element name="fireRating" minOccurs="0" type="xs:string"/>
<xs:element name="securityRating" minOccurs="0" type="xs:string"/>
<xs:element name="isExternal" minOccurs="0" type="xs:boolean"/>
<xs:element name="infiltration" minOccurs="0" type="xs:double"/>
<xs:element name="thermalTransmittance" minOccurs="0" type="xs:double"/>
<xs:element name="glazingAreaFraction" minOccurs="0" type="xs:double"/>
<xs:element name="smokeStop" minOccurs="0" type="xs:boolean"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>