<xs:element name="USPSMIDCreateResponse">
<xs:annotation>
<xs:documentation>Response to a request to USPS to create MID information.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="USPSMIDCreateAccept">
<xs:annotation>
<xs:documentation>
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="MIDEntry" type="mailxml:midEntryType" />
<xs:choice>
<xs:element name="MIDCreateRequestID" type="mailxml_base:s12" />
<xs:element name="MID" type="mailxml:MIDType" />
</xs:choice>
</xs:sequence>
</xs:complexType>
</xs:element>
<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>
</xs:choice>
</xs:complexType>
</xs:element>
|