1,ReqDevProcEff,null,00,11,22,opt,0,0,0 2,ReqDevStaff,null,00,11,22,opt,0,0,0 3,ReqQual,null,00,11,22,fixed,1,0,0,1,1,1,2,2,2,2,3,3,3,4,5,4,3,3,2,2,2,1,1 4,RRdPress,null,00,11,22,fixed,1,0,0,1,1,1,1,2,2,2,2,2,3,3,3,4,4,5,6,5,4,4,3 5,RRdUserInvolve,null,00,11,22,opt,0,0,0 6,RRdFocus,or,00,11,22,opt,0,0,3,RRdPress,ReqDevProcEff,RRdUserInvolve 7,RRdReviewQual,null,00,11,22,opt,0,0,0 8,RRdSim,null,00,11,22,opt,0,0,0 9,RRdReason,null,00,11,22,opt,0,0,0 10,RRdUML,null,00,11,22,fixed,1,0,0,1,1,1,2,2,2,2,3,3,3,4,5,4,3,3,2,2,2,1,1 11,RRdTools,or,00,11,22,opt,0,0,3,RRdSim,RRdReason,RRdUML 12,RRdTech,or,00,11,22,opt,0,0,3,RRdFocus,RRdReviewQual,RRdTools 13,DRRd,or,00,11,22,opt,0,0,2,RRdTech,ReqDevStaff 14,FPRRRd,or,200,11,22,opt,0,1,2,ReqQual,DRRd,1,1,1,2,2,2,2,3,3,3,4,5,4,3,3,2,2,2,1,1 Each line represents a single node. Working with the last line: 14 = Index FPRRRd = Name or = Operation 200 = Priority 11 = Minimum (left end of distribution) 22 = Maximum (right end of distribution) opt = Distribution Locked status (opt = mutable, fixed = locked) 0 = Binary flag "hasGivenDistribution" (0 = no, 1 = yes) 1 = Binary flag "hasGoalDistribution" (0 = no, 1 = yes) 2 = Number of children ReqQual,DRRd = Names of children 1,1,1,2,2,2,2,3,3,3,4,5,4,3,3,2,2,2,1,1 = Distribution (in this case, a goal distribution, as per the "hasGoalDistribution" flag)