Skip to content
Snippets Groups Projects
Commit c1e31002 authored by nullsub's avatar nullsub
Browse files

remove duplicate rule in RoleTypeAttsAndOps found with editpolicy validator

parent f547d4c1
Branches
No related tags found
No related merge requests found
......@@ -2,7 +2,4 @@
Create_Property RoleType (Role_Properties) when true;
Create_Attribute RoleType (Role_Properties) when true;
Create_Operation RoleType (Role_Behavior) when true;
Add_Property RoleType (true) when true;
Add RoleType (true) when InType(CompartmentType);
Create RoleType (true) when InType(CompartmentType);
Add_Property RoleType (true) when true;
\ No newline at end of file
......@@ -16,12 +16,4 @@
<featureRule xsi:type="editpolicymodel:TrueFeatureRule"/>
<constraintRule xsi:type="editpolicymodel:TrueConstraintRule"/>
</policies>
<policies action="Add" actionType="RoleType">
<featureRule xsi:type="editpolicymodel:TrueFeatureRule"/>
<constraintRule xsi:type="editpolicymodel:InType" type="CompartmentType"/>
</policies>
<policies actionType="RoleType">
<featureRule xsi:type="editpolicymodel:TrueFeatureRule"/>
<constraintRule xsi:type="editpolicymodel:InType" type="CompartmentType"/>
</policies>
</editpolicymodel:Model>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment