arphanet89 Report post Posted February 7, 2008 I have read <processes> tag is intended to group a list of processes elements, each one identified by the <process> tag. I would like to know if is it possible to subdivide one or more <process> element and how to do it. For example, lets say I have 3 principal processes: Design, Programming an Test, but each of one is divided as follows: Design has two subprocesses, UML diagram and Entity-Relationship diagram. Programming has two subprocesses either: Built graphical interfaces and Code the Use-cases Test has no division. Thank you in advance, Any help will be appreciated P.D: I also know <tasks> tag is intended to link a list of activities, each one identified by <task> tag, to a specific process Share this post Link to post Share on other sites
Pallav Report post Posted February 13, 2008 You cannot actually divide processes. However, you can add a say " - " to the start of sub-process to visually show it as " - Sub-process". Thereafter, each task can be allotted to a process. Share this post Link to post Share on other sites