Commit a877f816 authored by pintar's avatar pintar
Browse files

new type declared because allow was duplicated

parent f0512536
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -773,7 +773,7 @@ group ACR_CB{
			Ruleset ruleset1 optional
		}

		type allow_action_type Allow; 
		type allow_action_type Allow_cb; 

		type XSDAUX.booleanXSD allow_action_type; 

@@ -786,7 +786,7 @@ group ACR_CB{
		type record RuleType {
			XSDAUX.ID id,
			ConditionsType conditions optional,
			Allow actions optional,
			Allow_cb actions optional,
			ExtensibleType transformations optional
    	}