complexType "newBlueIdType"
Namespace:
Content:
empty, 1 attribute
Defined:
globally in hsdl.xsd; see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<...
   
 = 
xsd:string
/>
All Direct / Indirect Based Elements (2):
newBlueId (type newBlueIdType), newBlueId (type newBlueIdType)
Known Usage Locations
Annotation
This element is typically found in the body of an <b>insertResponse</b>, <b>updateResponse</b>, or <b>replaceResponse</b> to indicate that a new ID value was generated by the corresponding request operation. Applications must, in response, walk through their changes in order and apply the returned ID to any cached value of the node they just inserted. Only new ID generation triggers this. So in the case of an ID-preserving <b>replaceRequest</b>, the root of the replacement never generates one of these, but an inner <b>xdb:blue</b> does.
XML Source (see within schema source)
<xsd:complexType name="newBlueIdType">
<xsd:annotation>
<xsd:documentation>
This element is typically found in the body of an
<b>insertResponse</b>
,
<b>updateResponse</b>
, or
<b>replaceResponse</b>
to indicate that a new ID value was generated by the corresponding request operation. Applications
must, in response, walk through their changes in order and apply the returned ID to any cached value
of the node they just inserted. Only new ID generation triggers this. So in the case of an ID-preserving
<b>replaceRequest</b>
, the root of the replacement never generates one of these, but an inner
<b>xdb:blue</b>
does.
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="id" type="idType" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute specifies the ID of the deleted item.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
Attribute Detail (all declarations; 1/1)
id
Type:
Use:
required
Defined:
locally within (this) newBlueIdType complexType
This attribute specifies the ID of the deleted item.
XML Source (see within schema source)
<xsd:attribute name="id" type="idType" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute specifies the ID of the deleted item.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>