Server Administration > Item Type Attributes > Administering Microsoft Word Templates > Word Template Elements
  
Word Template Elements
The following table contains the elements used to construct a Microsoft® Word DOTX template:
Start Tag
End Tag
Description
<%{field name} key1="value1" key2="value2"%>
None
Contents replaced with specified field name contents. The key="value" pairs denote valid attributes for the field (see “Valid Field Attributes For DOTX Templates”).
<%// comment ...%>
None
Denotes commented text, and has no impact on the output. Use this tag to comment elements in your template.
<%beginContent%>
<%endContent%>
Specifies the begin and end of a format block for content. Each template used for Windchill RV&S documents must include these tags once.
These tags are not required for a single item edit.