complexType "updateRequestType"
Namespace:
Content:
complex, 1 element
Defined:
globally in hsdl.xsd; see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (1):
updateBlock (in updateRequest)
All Direct / Indirect Based Elements (1):
updateRequest
Known Usage Locations
XML Source (see within schema source)
<xsd:complexType name="updateRequestType">
<xsd:sequence>
<!--
//
// An update request consists of a series of sequential
// updateBlocks. Each updateBlock may trigger or suppress
// a failure notification based on the outcome of the
// individual operations contained within. Each updateBlock
// establishes context for the operations contained within.
//
-->
<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>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 1/1)
updateBlock
Type:
updateBlockType, complex content
Defined:
locally within (this) 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>