<xs:element name="DeliveryApptCancelCreateRequest">
<xs:annotation>
<xs:documentation>Request to cancel a delivery appointment and create a new one.</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="ApptCancel" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="ReturnInfo" type="mailxml:returnInfoType" />
</xs:sequence>
<xs:attribute name="ConsigneeApptID" type="mailxml_base:s12" use="required" />
</xs:complexType>
</xs:element>
<xs:element name="ApptBlock" type="mailxml:apptBlockRequestType" />
<xs:element name="DetailInfo" type="mailxml:detailInfoType" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="TrailerInfo" type="mailxml:trailerInfoType" minOccurs="0" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:CancelCreateMsgHeaderInfo" />
<!-- above is a new attribute groups -->
</xs:complexType>
</xs:element>
|