Windchill のその他の機能 > Windchill Supplier Management > サプライヤのデータと部品データを読み込むための DTD の使用 > csvmapfile.dtd の使用 > csvmapfile.dtd の要素 > グローバル属性の読み込み
  
グローバル属性の読み込み
<csvCreateSupplier>、<csvSourcingContext>、<csvBeginManfuacturerPart>、および <csvBeginVendorPart> の各要素は、<csvIBAValue> タグを使用したグローバル属性の読み込みをサポートしています。このタグは、関連する create タグの中にネストせず、代わりにロードファイルの create タグの直後に配置する必要があります。すべてのグローバル属性がオブジェクトに追加されたら、使用している create タグに対応する終了タグを設定する必要があります。たとえば、グローバル属性をソーシングコンテキストに追加するには、以下の行を追加します。
<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"/>