<xs:element name="PickupApptUpdateRequest">
<xs:annotation>
<xs:documentation>Request to update a pickup delivery appointment.</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="ApptBlock" type="mailxml:pickupApptBlockRequestType" />
<xs:element name="DetailInfo" type="mailxml:detailInfoType" maxOccurs="unbounded" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:PickupResponseHeaderInfo" />
</xs:complexType>
</xs:element>
|