전문 관리 > 비즈니스 객체 변경 > 객체 초기화 규칙 관리 > 객체 초기화 규칙 이해 > 객체 초기화 규칙에 사용되는 XML 문서의 컨텐트 정의 > AttrValue와 함께 사용되는 알고리즘 예제 > LifeCycleTemplateAttributeAlgorithm이 사용된 기본 라이프 사이클 예제
  
LifeCycleTemplateAttributeAlgorithm이 사용된 기본 라이프 사이클 예제
다음 예제에서는 기본 라이프 사이클 템플릿을 문서에 대해 한글화된 키인 "BASIC_LIFECYCLE_NAME"(영문 버전에서는 Basic임)으로 설정하는 기본 XML을 보여줍니다. 표시되는 로캘을 결정하는 로캘은 서버에 설정된 로캘입니다(클라이언트에 설정된 로캘이 아님).
이 예제는 페이지에 맞게 서식이 지정되었습니다. 항상 각 태그를 한 줄에 입력하십시오.
<AttributeValues objType="wt.doc.WTDocument">
<!-- set the lifecycle -->
<AttrValue id="lifeCycle.id" algorithm=
"com.ptc.core.foundation.lifecycle.server.impl.LifeCycleTemplateAttributeAlgorithm">
<Arg>
<!-- Translation of the word "Basic" must be the same as the translation -->
<!-- done in commonLifeCycles.xml -->
<?loc-begin key="BASIC_LIFECYCLE_NAME" maxlen="30"?>Basic<?loc-end?>
</Arg>
</AttrValue>
</AttributeValues>