The RequirementProject class
Overview
class RequirementProject extends ModelElement;
Working space for the requirements model. The RequirementProject owns all PropertySets, all PropertyTypes, the root RequirementContainer and the root Dictionary.
The RequirementProject belongs to a Project.

Detailed class diagram for RequirementProject
See also: PropertyType, PropertySet, RequirementContainer, Dictionary
RequirementProject properties
The class has the following associations:
· DefinedType:PropertyType: all defined property types and enumeration types.
· DefinedPropertySet:PropertySet: all defined property sets.
· RequirementRoot:RequirementContainer: root requirement container
· DictionaryRoot:Dictionary: root dictionary
RequirementProject consistency rules
Composition:
A RequirementProject must belong to a Project.