<xs:element name="DeliveryApptUpdate">
<xs:annotation>
<xs:documentation>
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="ApptBlockUpdate" type="mailxml:apptBlockUpdateType" />
<xs:element name="DetailInfo" type="mailxml:detailInfoType" 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:ResponseApptUpdateMsgHeaderInfo" />
</xs:complexType>
</xs:element>
|