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

<!--

Arquivo IFC de mapeamento de conjunto de propriedades que define um único conjunto de propriedades, PropertySet001, e mapeia três propriedades personalizadas SOLIDWORKS SWProp001, SWProp002 e SWProp003 para os atributos IFC correspondentes IFCProp001, IFCPProp002 e IFCProp003 no conjunto de propriedades PropertySet001.

-->

<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>
