<xs:element name="DeliveryApptUpdateRequest">
<xs:annotation>
<xs:documentation>Request to update a deliver appointment.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="SubmittingParty" type="mailxml:participantIDType" />
<xs:element name="SubmittingSoftware" type="mailxml:submittingSoftwareType" />
<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="ETA" type="xs:dateTime" minOccurs="0" />
<xs:element name="ReturnInfo" type="mailxml:returnInfoType" minOccurs="0" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:ResponseApptUpdateMsgHeaderInfo" />
</xs:complexType>
</xs:element>
|