arphanet89

Members
  • Content count

    2
  • Joined

  • Last visited

Everything posted by arphanet89

  1. subdivide process list

    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