Claude01
My work item type definition is :
I skipped the many section because 50000 caract. limit. My frame is MSF CMMi 4.1
<WITD application="Work item type editor" version="1.0" xmlns:witd="http://schemas.microsoft.com/VisualStudio/2005/workitemtracking/typedef">
<WORKITEMTYPE name="Change Request">
<DESCRIPTION>Includes information to track changes through the MSF for CMMI Process Improvement life cycle</DESCRIPTION>
<GLOBALLISTS>
<GLOBALLIST name="Govern.Customer">
<LISTITEM value="ALX" />
<LISTITEM value="AME" />
</GLOBALLIST>
<GLOBALLIST name="PG.Customer">
<LISTITEM value="Alleyn-et-Cawood (CU)" />
<LISTITEM value="Alma (V)" />
<LISTITEM value="Yamaska (M)" />
</GLOBALLIST>
</GLOBALLISTS>
<FIELDS>
<FIELD name="Customer Name" refname="PGGovern.Customer.Name" type="String">
<WHEN field="PGGovern.Product.Division" value="Govern">
<ALLOWEDVALUES expanditems="true">
<LISTITEM value="GLOBALLIST: Govern.Customer" />
</ALLOWEDVALUES>
</WHEN>
<WHEN field="PGGovern.Product.Division" value="PG">
<ALLOWEDVALUES expanditems="true">
<LISTITEM value="GLOBALLIST: PG.Customer" />
</ALLOWEDVALUES>
</WHEN>
</FIELD>
<FIELD name="Division" refname="PGGovern.Product.Division" type="String">
<REQUIRED />
<ALLOWEDVALUES expanditems="true">
<LISTITEM value="Govern" />
<LISTITEM value="PG" />
</ALLOWEDVALUES>
</FIELD>
</FIELDS>
</WORKITEMTYPE>
</WITD>