其他 Windchill 功能 > Windchill Supplier Management > 使用 DTD 來載入供應商與零件資料 > 使用 csvmapfile.dtd > csvmapfile.dtd 的元素 > 載入全域屬性
  
載入全域屬性
<csvCreateSupplier>、<csvSourcingContext>、<csvBeginManfuacturerPart> 與 <csvBeginVendorPart> 元素支援使用 <csvIBAValue> 標籤載入全域屬性。此標籤未成巢狀置於相關建立標籤中,您必須將其置於緊隨載入檔案中建立標籤之後。在將所有全域屬性新增到物件中之後,必須配置對應到您使用的建立標籤的 "end" 標籤。例如,若要將全域屬性新增到 sourcing 前後關聯,請新增以下幾行:
<csvSourcingContext handler="com.ptc.windchill.suma.axl.LoadAXL.createContext">
<csvname>North America</csvname>
<csvtypedef>WCTYPE|com.ptc.windchill.suma.axl.AXLContext|com.ptcdemo.suma.
SumaContext</csvtypedef>
</csvSourcingContext>
<csvIBAValue handler="wt.iba.value.service.LoadValue.createIBAValue" >
<csvdefinition>SUMABoolean</csvdefinition>
<csvvalue1></csvvalue1>
<csvvalue2></csvvalue2>
<csvdependency_id></csvdependency_id>
</csvIBAValue>
<csvEndSourcingContext handler="com.ptc.windchill.suma.axl.LoadAXL.endCreateContext"/>