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

<!--

IFC Property Set Mapping file which defines a single property set, PropertySet001, and maps
three SOLIDWORKS Custom properties SWProp001, SWProp002 and SWProp003 to the matching IFC 
IFCProp001, IFCProp002 and IFCProp003 attributes in the PropertySet001 Property Set

-->

<CustomPropertiesPSETMapping xmlns="http://www.solidworks.com/ifcpropertysets"> 
	<Schema Version="1.0"/>
	<PropertySet Name="PropertySet001">
		<PropertyMapping SOLIDWORKS="SWProp001" IFC="IFCProp001" Type="IfcLabel"/>
		<PropertyMapping SOLIDWORKS="SWProp002" IFC="IFCProp002" Type="IfcLabel"/>
		<PropertyMapping SOLIDWORKS="SWProp003" IFC="IFCProp003" Type="IfcLabel"/>
	</PropertySet>
</CustomPropertiesPSETMapping>
