<xs:element name="AllApptCloseoutResponse">
<xs:annotation>
<xs:documentation>Response to the request to closeout all delivery appointments.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:element name="AllDeliveryApptCloseoutAccept">
<xs:annotation>
<xs:documentation>Response indicating that all delivery appointments have been closed.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="mailxml:ConsigneeGoodsReceipt" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="mailxml:UnscheduledConsigneeGoodsReceipt" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:StatusRequestMsgHeaderInfo" />
</xs:complexType>
</xs:element>
<xs:element name="AllDeliveryApptCloseoutReject">
<xs:annotation>
<xs:documentation>Response indicating that all delivery appointments could not be closed and why.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" minOccurs="0" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:StatusRequestMsgHeaderInfo" />
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
|