<xs:complexType name="IfcPsetDoorCommonType">
<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="handicapAccessible" minOccurs="0" type="xs:boolean"/>
<xs:element name="fireExit" minOccurs="0" type="xs:boolean"/>
<xs:element name="selfClosing" minOccurs="0" type="xs:boolean"/>
<xs:element name="smokeStop" minOccurs="0" type="xs:boolean"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>