Definition Type: Element
Name: USPSForecastUpdateResponse
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Response to a request to update a USPS Forecast.
Collapse XSD Schema Diagram:
Drilldown into USPSForcastUpdateReject in schema mailxml_120308_xsd Drilldown into USPSForecastUpdateAccept in schema mailxml_120308_xsdXSD Diagram of USPSForecastUpdateResponse in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="USPSForecastUpdateResponse">
    <xs:annotation>
        <xs:documentation>Response to a request to update a USPS Forecast.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:choice maxOccurs="unbounded">
            <xs:element name="USPSForecastUpdateAccept">
                <xs:annotation>
                    <xs:documentation>
                    </xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:sequence maxOccurs="unbounded">
                        <xs:choice>
                            <xs:element name="ContainerDestination3digitZIP" type="mailxml_base:ns03" />
                            <xs:element name="ContainerDestination5digitZIP" type="mailxml_base:ns05" />
                        </xs:choice>
                        <xs:element name="InductionDate" type="xs:date" />
                        <xs:element name="NumberOfPieces" type="xs:nonNegativeInteger" />
                        <xs:element name="TotalWeight" type="xs:nonNegativeInteger" minOccurs="0" />
                        <xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" minOccurs="0" />
                    </xs:sequence>
                    <xs:attributeGroup ref="mailxml:USPSForecastAcceptHeaderInfo" />
                </xs:complexType>
            </xs:element>
            <xs:element name="USPSForcastUpdateReject">
                <xs:annotation>
                    <xs:documentation>
                    </xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" />
                    </xs:sequence>
                    <xs:attributeGroup ref="mailxml:USPSForecastAcceptHeaderInfo" />
                </xs:complexType>
            </xs:element>
        </xs:choice>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
USPSForecastUpdateAccept mailxml:USPSForecastUpdateAccept (1) (1)
USPSForcastUpdateReject mailxml:USPSForcastUpdateReject (1) (1)