Specialized Administration > Tailoring Business Objects > Object Initialization Rules Administration > Understanding Object Initialization Rules > Defining the Content of XML Documents used for Object Initialization Rules > Examples of Algorithms Used with AttrValue > Default Team Template Example using the TeamTemplateAttributeAlgorithm
  
Default Team Template Example using the TeamTemplateAttributeAlgorithm
The following example show the out-of-the-box XML that sets the default team template to Default for a document.
This example is formatted to fit the page. Always enter each tag on one line:
<AttributeValues objType="wt.doc.WTDocument">
<!-- set the team template -->
<AttrValue id="teamTemplate.id" algorithm=
"com.ptc.core.foundation.team.server.impl.TeamTemplateAttributeAlgorithm">
<Arg>Default</Arg>
</AttrValue>
</AttributeValues>