<xs:complexType name="deliveryApptAcceptType">
<xs:sequence>
<xs:choice>
<xs:element name="RecurringAppt" type="mailxml:recurringApptType" />
<xs:element name="OneTimeAppt" type="mailxml:oneTimeApptType" />
</xs:choice>
<xs:element name="DetailInfo" type="mailxml:detailInfoType" maxOccurs="unbounded" />
<xs:element name="TrailerInfo" type="mailxml:trailerInfoType" minOccurs="0" />
<xs:element name="ConsigneeFacility" type="mailxml:consigneeFacilityType" />
<xs:element name="Comment" type="mailxml_base:s256" minOccurs="0" />
<xs:element name="ReturnInfo" type="mailxml:returnInfoType" minOccurs="0" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:ResponseMsgHeaderInfo" />
</xs:complexType>
|