<xs:complexType name="pickupApptBlockRequestType">
<xs:sequence>
<xs:element name="SubmittingParty" type="mailxml:participantIDType" />
<xs:element name="SubmittingSoftware" type="mailxml:submittingSoftwareType" />
<xs:element name="ConsigneeFacility" type="mailxml:consigneeFacilityType" minOccurs="0" />
<xs:element name="PickupLocation" type="mailxml:consigneeFacilityType" />
<xs:element name="PreferredAppt" type="xs:dateTime" />
<xs:element name="OptionalAppt" type="mailxml:optionalApptType" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="Comment" type="mailxml_base:s256" minOccurs="0" />
<xs:element name="TransportationResponsibility" type="mailxml_base:responsibleTransportationPartyType" />
</xs:sequence>
</xs:complexType>
|