<xs:element name="UnscheduledConsigneeGoodsReceipt">
<xs:annotation>
<xs:documentation>A report or message indicating delivery closeout status for an unscheduled delivery.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="ApptBlockUnscheduledGoodsReceipt" type="mailxml:apptBlockUnscheduledGoodsType" />
<xs:element name="DetailInfo" type="mailxml:detailInfoType" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="TrailerInfo" type="mailxml:trailerInfoType" minOccurs="0" />
<xs:element name="ReturnInfo" type="mailxml:returnInfoType" minOccurs="0" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:UnscheduledResponseMsgHeaderInfo" />
</xs:complexType>
</xs:element>
|