element <tns:combiningAlgorithm> (local)
Namespace:
Type:
xs:anyURI
Content:
simple
Defined:
locally within tns:pdp element in pdp.xsd; see XML source
Component Diagram
XML Representation Summary
<tns:combiningAlgorithm>
   
Content: 
{ xs:anyURI }
</tns:combiningAlgorithm>
Included in content model of elements (1):
Annotation
URI of a XACML policy/rule-combining algorithm to be added to supported algorithms. There must be one and only one Java class - say com.example.FooCombiningAlg - on the classpath implementing interface org.ow2.authzforce.core.pdp.api.combining.CombiningAlg with zero-arg constructor, and this URI must match the one returned by: new com.example.FooCombiningAlg().getId().

More info about Policy and Rule Combining Algorithms is available on AuthzForce wiki.

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="combiningAlgorithm" type="xs:anyURI"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.