特定管理 > 訂做企業物件 > 物件初始化規則管理 > 瞭解物件初始化規則 > 定義用於物件初始化規則的 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>