Definition Type: Element
Name: MailPieceUpdateResponse
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Response to the request to update a mail piece.
Collapse XSD Schema Diagram:
Drilldown into MailPieceUpdateReject in schema mailxml_120308_xsd Drilldown into MailPieceUpdateAccept in schema mailxml_120308_xsd Drilldown into LastMessage in schema mailxml_120308_xsd Drilldown into TotalRecordsAcrossMessages in schema mailxml_120308_xsd Drilldown into TransmittedRecordCount in schema mailxml_120308_xsd Drilldown into MessageSerialNumber in schema mailxml_120308_xsd Drilldown into TotalMessageCount in schema mailxml_120308_xsd Drilldown into MessageGroupID in schema mailxml_120308_xsd Drilldown into LargeTransactionDividerGroupType in schema mailxml_120308_xsdXSD Diagram of MailPieceUpdateResponse in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="MailPieceUpdateResponse">
    <xs:annotation>
        <xs:documentation>Response to the request to update a mail piece.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:choice>
            <xs:element name="MailPieceUpdateAccept">
                <xs:annotation>
                    <xs:documentation>
                    </xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:sequence>
                        <xs:element ref="mailxml:LargeTransactionDividerResult" minOccurs="0" />
                        <xs:sequence maxOccurs="unbounded">
                            <xs:element name="MailPieceConfirmID" type="mailxml_base:s12" />
                            <xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" minOccurs="0" />
                        </xs:sequence>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="MailPieceUpdateReject">
                <xs:annotation>
                    <xs:documentation>
                    </xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
        </xs:choice>
        <xs:attributeGroup ref="mailxml:LargeTransactionDividerGroupType" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MailPieceUpdateAccept mailxml:MailPieceUpdateAccept (1) (1)
MailPieceUpdateReject mailxml:MailPieceUpdateReject (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
MessageGroupID mailxml:MessageGroupID Required
TotalMessageCount mailxml:TotalMessageCount Required
MessageSerialNumber mailxml:MessageSerialNumber Required
TransmittedRecordCount mailxml:TransmittedRecordCount Required
TotalRecordsAcrossMessages mailxml:TotalRecordsAcrossMessages Required
LastMessage mailxml:LastMessage No Optional