2.2.3.1.2 ad:controlValue
The optional element ad:controlValue, if present, MUST be the child element of the ad:control element defined in section 2.2.3.1.1. This element specifies the value for the respective LDAP v3 request or response control.
The XML Schema [XMLSCHEMA1] definition of the controlValue element is as follows.
-
<xsd:element name="controlValue" type="xsd:base64Binary" />
For example, the following XML shows the contents of the controlValue element.
-
<ad:controlValue xsi:type="xsd:base64Binary"> [base-64 encoded value] </ad:controlValue>
The controlValue MUST be a base64-encoded value. Attribute "xsi:type" SHOULD be included with its value equal to "xsd:base64Binary".