其他 Windchill 功能 > Windchill Supplier Management > 使用 DTD 加载供应商和部件数据 > 使用 csvmapfile.dtd > csvmapfile.dtd 的元素 > 正在加载全局属性
  
正在加载全局属性
<csvCreateSupplier>、<csvSourcingContext>、<csvBeginManfuacturerPart> 和 <csvBeginVendorPart> 元素支持使用 <csvIBAValue> 标记加载全局属性。在加载文件中,此标记并未嵌入相应的创建标记内,而是必须紧跟在创建标记之后。将所有全局属性都添加到对象中后,必须配置与正在使用的创建标记相对应的“终止”标记。例如,要向采购环境中添加全局属性,请添加下列行:
<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"/>