Specialized Administration > Tailoring Business Objects > Object Initialization Rules Administration > Understanding Object Initialization Rules > Changing Numbering Schemes > Dynamic Document Numbering
  
Dynamic Document Numbering
* 
To create and publish dynamic documents, dynamic documents must be autonumbered. The Dynamic Document object type is a subtype of EPM Document and, by default, the EPM Document object initialization rule autogenerates numbers.
If you turn off autonumbering for the EPM Document object type, then you must create a new object initialization rule for the Dynamic Document object type to autonumber all dynamic documents. Use the internal name for the object type when defining object initialization rules. For example, assume that internal name for the Dynamic Document object type is com.acme.DynamicDocument. Then the following object initialization rule autogenerates numbers for dynamic documents:
<AttributeValues objType="com.acme.DynamicDocument">
<AttrValue id="number" algorithm=
"com.ptc.windchill.enterprise.revisionControlled.server.impl.NumberGenerator">
<Arg>{GEN:wt.enterprise.SequenceGenerator:EPM_seq:10:0}</Arg>
</AttrValue>
</AttributeValues>