<?xml version="1.0" encoding="UTF-8"?>
<!--

IFC Property Set Mapping file which selectively maps the SOLIDWORKS "Cladding" property 
either to the IFC "Roof Covering Material" property in the "Weather Proofing" Property Set
if the SOLIDWORKS IFC Custom Property is set to "IFCROOF" and maps "Cladding" to 
"Structural Cladding Material" in the "Structural Cladding" Property Set if the IFC 
Custom Property is "IFCBEAM" or "IFCCOLUMN"

This mapping file also maps the SOLIDWORKS "SWProp01" custom property to the IFC "SWProp01"
property in the "SOLIDWORKS Common Properties" Property Set

-->

<CustomPropertiesPSETMapping xmlns="http://www.solidworks.com/ifcpropertysets">
    <Schema Version="1" />
    <PropertySet Name="SOLIDWORKS Common Properties">
        <PropertyMapping SOLIDWORKS="SWProp01" IFC="SWProp01" Type="IfcLabel" />
    </PropertySet>
    <PropertySet Name="Weather Proofing">
        <AppliesTo ElementType="IFCROOF" />
        <PropertyMapping SOLIDWORKS="Cladding" IFC="Roof Covering Material" Type="IfcLabel" />
    </PropertySet>
    <PropertySet Name="Structural Cladding">
        <AppliesTo ElementType="IFCBEAM" />
        <AppliesTo ElementType="IFCCOLUMN" />
        <PropertyMapping SOLIDWORKS="Cladding" IFC="Structural Cladding Material" Type="IfcLabel" />
    </PropertySet>
</CustomPropertiesPSETMapping>
