Architecture: XacmlXacml in PermisXacml stands for eXtensible Access Control Markup Language and it is both an XML schema for access control policies and the processing model to process them. Xacml has been ratified by the OASIS standards organization and the actual version is version 2.0. The Permis Framework implements the request and the response schema of the Xacml specification, which is defined in the file http://docs.oasis-open.org/xacml/2.0/access_control-xacml-2.0-context-schema-os.xsd and is explained in chapter 6 of the document http://docs.oasis-open.org/xacml/2.0/access_control-xacml-2.0-core-spec-os.pdf. |