2.2.4.1 AttributeTypeAndValueXmlType

Elements of this type contain an identity attribute type and, optionally, identity attribute value(s). It is used as the type of the AttributeTypeAndValue element. It is also used in the definition of the Change element (section 3.2.4.2.2). Whether identity attribute values are included is a behavior defined by the context in which instances of this type are used and is specified in those portions of this document that specify the use of such instances.

 <xsd:complexType name="AttributeTypeAndValueXmlType">
     <xsd:sequence>
         <xsd:element ref="AttributeType"
                     minOccurs="1" maxOccurs="1" />
         <xsd:element name="AttributeValue" type="ValueXmlType"
                     minOccurs="0" maxOccurs="1" />
     </xsd:sequence>
 </xsd:complexType>

AttributeType: An identity attribute type.

AttributeValue: If present, the contents of this element are identity attribute value(s).