element <updateRequest> (global)
Namespace:
Type:
Content:
complex, 1 element
Defined:
globally in hsdl.xsd; see XML source
Used:
never
XML Representation Summary
<updateRequest>
   
Content: 
</updateRequest>
Content model elements (1):
updateBlock (in updateRequest)
Annotation
The update request is designed to take a set of individual insert, replace, and delete requests and apply them to the specified document. The message is designed to contain a series of <b>updateBlocks</b> that share a common document context and common failure semantics.
XML Source (see within schema source)
<xsd:element name="updateRequest" type="updateRequestType">
<xsd:annotation>
<xsd:documentation>
The update request is designed to take a set of individual insert, replace, and
delete requests and apply them to the specified document. The message is designed
to contain a series of
<b>updateBlocks</b>
that share a common document context and common failure semantics.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Content Element Detail (all declarations; 1/1)
updateBlock
Type:
updateBlockType, complex content
Defined:
locally within updateRequestType complexType
A sequence of operations grouped by a common context in the XML document sharing the same failure semantics.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="1" name="updateBlock" type="updateBlockType">
<xsd:annotation>
<xsd:documentation>
A sequence of operations grouped by a common context in the XML document sharing
the same failure semantics.
</xsd:documentation>
</xsd:annotation>
</xsd:element>