2.2.1.2.86 attributeData

The attributeData element specifies the name and associated value of an attribute that MUST be inserted, or MUST be modified if it already exists, by the insert action of the xCollection or xOptional controls. This element MUST be a child element of the chooseFragment element, as specified in section 2.2.1.2.88.

Attributes:

attribute: This attribute specifies the name of the inserted attribute.

value: This attribute specifies the value of the inserted attribute.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

 <xsd:element name="attributeData">
   <xsd:complexType>
     <xsd:attribute name="attribute" type="xsd:string" use="required"/>
     <xsd:attribute name="value" type="xsd:string" use="required"/>
   </xsd:complexType>
 </xsd:element>