complexType "deletedBlueType"
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 (1):
deletedBlue (type deletedBlueType)
Known Usage Locations
Annotation
This element is typically found in the body of an HSDL response message. It indicates a deleted item and supplies the server-generated ID of the deleted item. The granularity of this element is an <b>xdb:blue</b> item.
XML Source (see within schema source)
<xsd:complexType name="deletedBlueType">
<xsd:annotation>
<xsd:documentation>
This element is typically found in the body of an HSDL response message. It indicates
a deleted item and supplies the server-generated ID of the deleted item.
The granularity of this element is an
<b>xdb:blue</b>
item.
</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) deletedBlueType 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>