<xsd:complexType name="AcknowledgeType">
<xsd:sequence>
<xsd:element name="PayloadResponseSummary" type="PayloadResponseSummaryType" />
<xsd:element name="PayloadDisposition" type="PayloadDispositionType" minOccurs="0">
<xsd:annotation>
<xsd:documentation> Should the detail be optional? Or should this be a choice between the element as it is now and a "no-op" element that indicates total success of the transaction.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attribute ref="xml:lang" />
</xsd:complexType>
|