추가 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"/>