<xs:element name="PickupApptCreateRequest">
<xs:annotation>
<xs:documentation>Request to create 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:PickupRequestHeaderInfo" />
</xs:complexType>
</xs:element>
|