2.2.3.4 AttributeTypeNotValidForEntry
The AttributeTypeNotValidForEntry element MAY<5> be used in a SOAP fault to indicate that the client specified an identity attribute that was not valid for the identity object that was the target of the operation specified in the SOAP message.
-
<xsd:element name="AttributeTypeNotValidForEntry"> <xsd:complexType> <xsd:sequence> <xsd:element ref="AttributeType" minOccurs="1" maxOccurs="unbounded" /> </xsd:sequence> </xsd:complexType> </xsd:element>
AttributeType: This element contains the identity attribute type naming the invalid identity attribute. The dialect used for the identity attribute type MUST be the same dialect as the client used in the SOAP request message. This element can be present multiple times if multiple invalid identity attributes were specified.