Schema element "b:deny"
Forbid some values for a certain role, in b:for. 
Definitions
  
    
<element name="deny" type="b:Deny" />
<complexType name="Deny">
  <sequence />
  <attribute name="pattern"     type="b:Expression" />
  <attribute name="overridable" type="b:Expression" />
</complexType>
 
   
Description
Do not allow the use of the matching constants. 
When no specific constant or group of constants is mentioned, then
all alternatives for the role (see b:restrict attribute
role) which are not explicitly allowed (b:allow)
will be refused. 
   
   attribute overridable
   The deny is overridable by an explicit allow when the expression it true.
 
   
   attribute pattern
   
 
   
 
     
    mark@overmeer.net
        
    Web-pages generated on 2023-12-19
 |