From ec0c525ded78a0cfe7095f04d31c4c269e3e43ef Mon Sep 17 00:00:00 2001 From: donald.g.dunne Date: Tue, 23 Aug 2016 08:11:38 -0700 Subject: refinement: Add ats.CAM to Work Package Change-Id: I56a08c1b58c4c13e8e6b2c045d004b8c6e4da743 --- plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee b/plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee index 4364de97ded..014a9bbc0a2 100644 --- a/plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee +++ b/plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee @@ -250,6 +250,7 @@ artifactType "Work Package" extends "Artifact" { attribute "ats.Description" attribute "ats.Estimated Hours" attribute "ats.IPT" + attribute "ats.CAM" attribute "ats.Color Team" } @@ -525,6 +526,15 @@ attributeType "ats.IPT" extends EnumeratedAttribute { mediaType "text/plain" } +attributeType "ats.CAM" extends StringAttribute { + uuid 0x1000001548094653 + dataProvider DefaultAttributeDataProvider + min 0 + max 1 + taggerId DefaultAttributeTaggerProvider + mediaType "text/plain" +} + attributeType "ats.Activity Id" extends StringAttribute { uuid 0x1000000000000382 dataProvider DefaultAttributeDataProvider -- cgit v1.2.3