complexType "changedBlueType"
Namespace:
Content:
complex, elem. wildcard
Defined:
globally in hsdl.xsd; see XML source
Includes:
definition of elem. wildcard
Used:
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
changedBlue (type changedBlueType)
Known Usage Locations
Annotation
This element is typically found in the body of an HSDL response message. It indicates a changed item (insert, replace) and supplies the server-generated ID, the related <b>localTag</b>, and the change number. The granularity of this element is an <b>xdb:blue item</b>. When used in a <b>changeQuery</b>, this element returns the content of the specified ID.
XML Source (see within schema source)
<xsd:complexType name="changedBlueType">
<xsd:annotation>
<xsd:documentation>
This element is typically found in the body of an HSDL response message. It indicates
a changed item (insert, replace) and supplies the server-generated ID, the related
<b>localTag</b>
,
and the change number. The granularity of this element is an
<b>xdb:blue item</b>
. When used in a
<b>changeQuery</b>
,
this element returns the content of the specified ID.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<!--
//
// content
//
-->
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip">
<xsd:annotation>
<xsd:documentation>
This element is a placeholder that indicates where the
content of the changed node
<b>xdb:blue</b>
item is returned.
</xsd:documentation>
</xsd:annotation>
</xsd:any>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 1/1)
{any element with non-schema namespace}
Defined:
within (this) changedBlueType complexType
This element is a placeholder that indicates where the content of the changed node <b>xdb:blue</b> item is returned.
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip">
<xsd:annotation>
<xsd:documentation>
This element is a placeholder that indicates where the
content of the changed node
<b>xdb:blue</b>
item is returned.
</xsd:documentation>
</xsd:annotation>
</xsd:any>