<xs:element name="DeliveryApptShellUpdateRequest">
<xs:annotation>
<xs:documentation>Request to update a delivery appointment shell to which content will be added later.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="SubmittingParty" type="mailxml:participantIDType" />
<xs:element name="SubmittingSoftware" type="mailxml:submittingSoftwareType" />
<xs:element name="ConsigneeFacility" type="mailxml:consigneeFacilityType" />
<xs:element name="MailClass" type="mailxml_base:mailClassType" maxOccurs="unbounded" />
<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="Comment" type="mailxml_base:s256" minOccurs="0" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:RequestMsgHeaderInfo" />
</xs:complexType>
</xs:element>
|