complexType "deleteRequestType"
Namespace:
Content:
complex, 3 attributes, 1 element
Defined:
globally in hsdl.xsd; see XML source
Includes:
definitions of 3 attributes, 1 element
Used:
XML Representation Summary
<...
   
 = 
xsd:int
 = 
xsd:int
 = 
xsd:string
   
>
   
Content: 
</...>
Content Model Elements (1):
options (type deleteRequestOptionsType)
All Direct / Indirect Based Elements (2):
deleteRequest, deleteRequest (in updateBlock)
Known Usage Locations
Annotation
This element indicates a request to delete the selected <b>xdb:blue</b> or <b>xdb:red</b> items from the specified XML document. This element selects a node-set within the specified document relative to the externally established current context.
XML Source (see within schema source)
<xsd:complexType name="deleteRequestType">
<xsd:annotation>
<xsd:documentation>
This element indicates a request to delete the selected
<b>xdb:blue</b>
or
<b>xdb:red</b>
items
from the specified XML document. This element selects a node-set
within the specified document relative to the externally established current context.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<!--
//
// options
//
-->
<xsd:element maxOccurs="1" minOccurs="0" name="options" type="deleteRequestOptionsType">
<xsd:annotation>
<xsd:documentation>
TBD.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="select" type="selectType" use="required">
<xsd:annotation>
<xsd:documentation>
<!--mode="prepend">-->
This attribute must always select an
<b>xdb:blue</b>
or an
<b>xdb:red</b>
.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="minOccurs" type="minOccursType"/>
<xsd:attribute name="maxOccurs" type="maxOccursType"/>
</xsd:complexType>
Attribute Detail (all declarations; 3/3)
maxOccurs
Type:
Use:
optional
Defined:
locally within (this) deleteRequestType complexType
XML Source (see within schema source)
<xsd:attribute name="maxOccurs" type="maxOccursType"/>

minOccurs
Type:
Use:
optional
Defined:
locally within (this) deleteRequestType complexType
XML Source (see within schema source)
<xsd:attribute name="minOccurs" type="minOccursType"/>

select
Type:
Use:
required
Defined:
locally within (this) deleteRequestType complexType
This attribute must always select an <b>xdb:blue</b> or an <b>xdb:red</b>.
XML Source (see within schema source)
<xsd:attribute name="select" type="selectType" use="required">
<xsd:annotation>
<xsd:documentation>
<!--mode="prepend">-->
This attribute must always select an
<b>xdb:blue</b>
or an
<b>xdb:red</b>
.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
Content Element Detail (all declarations; 1/1)
options
Type:
deleteRequestOptionsType, complex content
Defined:
locally within (this) deleteRequestType complexType
TBD.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="options" type="deleteRequestOptionsType">
<xsd:annotation>
<xsd:documentation>
TBD.
</xsd:documentation>
</xsd:annotation>
</xsd:element>