<xs:complexType name="IfcPsetSpaceCommonType">
<xs:complexContent>
<xs:extension base="uro:IfcAttributeType">
<xs:sequence>
<xs:element name="reference" minOccurs="0" type="xs:string"/>
<xs:element name="category" minOccurs="0" type="xs:string"/>
<xs:element name="floorCovering" minOccurs="0" type="xs:string"/>
<xs:element name="wallCovering" minOccurs="0" type="xs:string"/>
<xs:element name="ceilingCovering" minOccurs="0" type="xs:string"/>
<xs:element name="skirtingBoard" minOccurs="0" type="xs:string"/>
<xs:element name="grossPlannedArea" minOccurs="0" type="gml:MeasureType"/>
<xs:element name="netPlannedArea" minOccurs="0" type="gml:MeasureType"/>
<xs:element name="publiclyAccessible" minOccurs="0" type="xs:boolean"/>
<xs:element name="handicapAccessible" minOccurs="0" type="xs:boolean"/>
<xs:element name="concealedFlooring" minOccurs="0" type="xs:boolean"/>
<xs:element name="concealedCeiling" minOccurs="0" type="xs:boolean"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>