element <tns:function> (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:function>
   
Content: 
{ xs:anyURI }
</tns:function>
Included in content model of elements (1):
Annotation
URI of a XACML function to be added to supported functions. For every function, its return type and all its parameter types must be either standard mandatory ones enabled by useStandardDatatypes attribute, or custom ones declared in previous attributeDatatype elements; and there must be one and only one Java class - say com.example.FooFunction - on the classpath implementing interface org.ow2.authzforce.core.pdp.api.func.Function with zero-arg constructor, and this URI must match the one returned by: new com.example.FooFunction().getId().

More info about Functions is available on AuthzForce wiki.

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="function" 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.