<xs:element name="MailDatContainerUpdateRequest">
<xs:annotation>
<xs:documentation>Request to update Mail.dat container information.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="SubmittingParty" type="mailxml:participantIDType" />
<xs:element name="SubmittingSoftware" type="mailxml:submittingSoftwareType" />
<xs:element name="SummaryRecordUpdate" type="mailxml:summaryRecordUpdateType" minOccurs="1" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
</xs:element>
|