Skip to main content

%SAML.AttributeAnyType

class %SAML.AttributeAnyType extends %SAML.AttributeValue

Subclass of %SAML.AttributeValue which allows xsi:type=xs:anyType attribute on input This class is used internally by InterSystems IRIS. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class.

Parameters

parameter NAMESPACE = http://www.w3.org/2001/XMLSchema;
Inherited description: NAMESPACE specifies the XML namespace to be used when projecting the class to XML. If NAMESPACE = "", the default namespace is used for the XML schema is used as the namespace for his class.
parameter XMLTYPE = anyType;
Inherited description: This parameter provides the default XMLTYPE for the class. If it is empty then the class name will be used to construct a default XML type.

The default XMLTYPE is used when naming and referencing this type in a schema and the schema context did not provide an XML type name.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab