전문 관리 > 데이터 보안 확인 > 보안 레이블 및 계약 > 보안 레이블 사용 > 보안 레이블 가져오기 및 내보내기 > 보안 레이블이 있는 객체 내보내기
  
보안 레이블이 있는 객체 내보내기
보안 레이블에 대한 내보내기 작업은 동일하게 동작합니다. 보안 레이블 기능을 비활성화한 경우에도 널 값을 포함한 모든 정의된 보안 레이블이 내보내집니다.
보안 레이블을 활성화할 때 객체를 내보내려면 보안 레이블에 대해 필요한 권한과 내보내기에 대해 적절한 액세스 제어 권한이 모두 있어야 합니다.
다음 예제는 보안 레이블을 포함하는 내보낸 부품의 형식을 보여 줍니다. 객체 가져오기를 위한 XML 형식은 동일합니다.
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE WTPart SYSTEM "standardX20.dtd">
<WTPart>
<ObjectID></ObjectID>
<objectContainerPath>/wt.inf.container.OrgContainer=PTC/wt.pdmlink. PDMLinkProduct=Load File Development</objectContainerPath>
<number>0000000021</number>
<name>Security Labeled Part</name>
<defaultUnit>ea</defaultUnit>
<endItem>false</endItem>
<defaultTraceCode>0</defaultTraceCode>
<genericType>standard</genericType>
<partType>separable</partType>
<partSource>make</partSource>
<domainName>/Default</domainName>
<folderPath>/Default/General</folderPath>
<view>Design</view>
<versionInfo>
<versionId>A</versionId>
<iterationId>1</iterationId>
<versionLevel>1</versionLevel>
<series>wt.series.HarvardSeries</series>
</versionInfo>
<lifecycleInfo>
<lifecycleTemplateName>Basic</lifecycleTemplateName>
<lifecycleState>INWORK</lifecycleState>
</lifecycleInfo>
<SecurityLabels>
<SecurityLabel name="CORPORATE_PROPRIETARY" value="CEA"></SecurityLabel>
<SecurityLabel name="LEGAL_INFORMATION" value="NULL"></SecurityLabel>
<SecurityLabel name="EXPORT_CONTROL" value="LNS"></SecurityLabel>
<SecurityLabel name="THIRD_PARTY_PROPRIETARY" value="CompanyA"></SecurityLabel>
</SecurityLabels>
</WTPart>