Definition Type: Element
Name: USPSMIDCreateReject
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into MIDEntry in schema mailxml_120308_xsd Drilldown into ReturnInfo in schema mailxml_120308_xsdXSD Diagram of USPSMIDCreateReject in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="USPSMIDCreateReject">
    <xs:annotation>
        <xs:documentation>
        </xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" />
            <xs:element name="MIDEntry" type="mailxml:midEntryType" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ReturnInfo mailxml:ReturnInfo (1) (1)
MIDEntry mailxml:MIDEntry (1) (1)