<xs:element name="ConsigneeGoodsReceipt">
<xs:annotation>
<xs:documentation>A report or message indicating delivery closeout status for a scheduled appoiintment.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="ApptBlockGoodsReceipt" type="mailxml:apptBlockGoodsType" />
<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:ResponseMsgHeaderInfo" />
</xs:complexType>
</xs:element>
|