Tracker: PLCS PSMmodel  :—Issues approved by CCB and in work

[Index] [Process] [All issues] [CCB issues]

Export date: 2012-09-03 06:58:20

Row Id Category Summary Details Priority Status Resolution Release Submitter Assignee Closer
1 3544527 PLCS PSM Model Explicit entities for ApplicationDomain and LifeCycleStage When using OWL reference data, any PLCS entity to be classified or proxied, must appear as a class within the OWL ontology. hence, we need to have explicit entities for ApplicationDomain and LifeCycleStage hence change to ENTITY ViewDefinitionContext; applicationDomain : ApplicationDomainSelect; description : OPTIONAL DescriptorSelect; lifeCycleStage : LifeCycleStageSelect; UNIQUE UR1: applicationDomain, lifeCycleStage; END_ENTITY; ENTITY ApplicationDomain; definition : ProxyItemSelect; sameAs : SET[0:?] OF ProxyItemSelect; UNIQUE UR1: definition; END_ENTITY; ENTITY LifeCycleStage; definition : ProxyItemSelect; sameAs : SET[0:?] OF ProxyItemSelect; UNIQUE UR1: definition; END_ENTITY; 5 Open Accepted R2.0 robbod robbod nobody