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

<!--

IFC 屬性組對應檔案定義單一屬性組 PropertySet001，並將三個 SOLIDWORKS 自訂屬性 SWProp001、SWProp002 和 SWProp003，對應至 PropertySet001 屬性組的相符 IFC IFCProp001、IFCProp002 和 IFCProp003 屬性。

-->

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