AttributeName
This stanza entry defines ADI XML document attributes inserted into the XML ADI element start tag.
AttributeName = "AttributeValue"Definition of ADI XML document attributes inserted into the XML ADI element start tag. The entry enables attributes to be defined for the entire XML ADI document and for all ADI defined in the XML ADI document. The ADI XML model requires the XML document contains the following top-level XML element into which all target ADI for a particular rule evaluation is inserted. The XMLADI element is created automatically as part of the rule evaluation process:
<XMLADI> <!-- XML formatted ADI are inserted here. --> </XMLADI>
Usage
Required
Example
xmlns:myNS = "http://myURI.mycompany.com" appID = '"Jupiter" - Account Management Web Portal Server #1.'The attribute value must be enclosed in either double or single quotation marks. The following XMLADI element start tag defines these attributes:
<XMLADI xmlns:myNS="http://myURI.mycompany.com" appID='"Jupiter" - Account Management Web Portal Server #1.'>
See Authorization rules management.
Parent topic: [xmladi-attribute-definitions] stanza