<xs:complexType name="deliveryApptShellAcceptType">
<xs:sequence>
<xs:element name="ConsigneeFacility" type="mailxml:consigneeFacilityType" />
<xs:choice>
<xs:element name="RecurringAppt" type="mailxml:recurringApptType" />
<xs:element name="OneTimeAppt" type="mailxml:oneTimeApptType" />
</xs:choice>
<xs:element name="TrailerInfo" type="mailxml:trailerInfoType" minOccurs="0" />
<xs:element name="MailClass" type="mailxml_base:mailClassType" maxOccurs="unbounded" />
<xs:element name="ReturnInfo" type="mailxml:returnInfoType" minOccurs="0" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:RequestMsgHeaderInfo" />
</xs:complexType>
|