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

<!--

Archivo de asignación de conjunto de propiedades de IFC que define un solo conjunto de propiedades, PropertySet001, y asigna tres propiedades personalizadas de SOLIDWORKS (SWProp001, SWProp002 y SWProp003) a los atributos IFCProp001, IFCProp002 y IFCProp003 de IFC coincidentes en el conjunto de propiedades 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>
