fex 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2761 @@
1
+ <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:ns="http://fedex.com/ws/pickup/v3" xmlns:s1="http://schemas.xmlsoap.org/wsdl/soap/" targetNamespace="http://fedex.com/ws/pickup/v3" name="PickupServiceDefinitions">
2
+ <types>
3
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://fedex.com/ws/pickup/v3">
4
+ <xs:element name="CancelPickupReply" type="ns:CancelPickupReply"/>
5
+ <xs:element name="CancelPickupRequest" type="ns:CancelPickupRequest"/>
6
+ <xs:element name="CreatePickupReply" type="ns:CreatePickupReply"/>
7
+ <xs:element name="CreatePickupRequest" type="ns:CreatePickupRequest"/>
8
+ <xs:element name="PickupAvailabilityReply" type="ns:PickupAvailabilityReply"/>
9
+ <xs:element name="PickupAvailabilityRequest" type="ns:PickupAvailabilityRequest"/>
10
+ <xs:complexType name="Address">
11
+ <xs:annotation>
12
+ <xs:documentation>Descriptive data for a physical location. May be used as an actual physical address (place to which one could go), or as a container of "address parts" which should be handled as a unit (such as a city-state-ZIP combination within the US).</xs:documentation>
13
+ </xs:annotation>
14
+ <xs:sequence>
15
+ <xs:element name="StreetLines" type="xs:string" minOccurs="0" maxOccurs="3">
16
+ <xs:annotation>
17
+ <xs:documentation>Combination of number, street name, etc. At least one line is required for a valid physical address; empty lines should not be included.</xs:documentation>
18
+ </xs:annotation>
19
+ </xs:element>
20
+ <xs:element name="City" type="xs:string" minOccurs="0">
21
+ <xs:annotation>
22
+ <xs:documentation>Name of city, town, etc.</xs:documentation>
23
+ </xs:annotation>
24
+ </xs:element>
25
+ <xs:element name="StateOrProvinceCode" type="xs:string" minOccurs="0">
26
+ <xs:annotation>
27
+ <xs:documentation>Identifying abbreviation for US state, Canada province, etc. Format and presence of this field will vary, depending on country.</xs:documentation>
28
+ </xs:annotation>
29
+ </xs:element>
30
+ <xs:element name="PostalCode" type="xs:string" minOccurs="0">
31
+ <xs:annotation>
32
+ <xs:documentation>Identification of a region (usually small) for mail/package delivery. Format and presence of this field will vary, depending on country.</xs:documentation>
33
+ </xs:annotation>
34
+ </xs:element>
35
+ <xs:element name="UrbanizationCode" type="xs:string" minOccurs="0">
36
+ <xs:annotation>
37
+ <xs:documentation>Relevant only to addresses in Puerto Rico.</xs:documentation>
38
+ </xs:annotation>
39
+ </xs:element>
40
+ <xs:element name="CountryCode" type="xs:string" minOccurs="0">
41
+ <xs:annotation>
42
+ <xs:documentation>The two-letter code used to identify a country.</xs:documentation>
43
+ </xs:annotation>
44
+ </xs:element>
45
+ <xs:element name="Residential" type="xs:boolean" minOccurs="0">
46
+ <xs:annotation>
47
+ <xs:documentation>Indicates whether this address residential (as opposed to commercial).</xs:documentation>
48
+ </xs:annotation>
49
+ </xs:element>
50
+ </xs:sequence>
51
+ </xs:complexType>
52
+ <xs:complexType name="AssociatedAccount">
53
+ <xs:sequence>
54
+ <xs:element name="Type" type="ns:AssociatedAccountNumberType" minOccurs="0"/>
55
+ <xs:element name="AccountNumber" type="xs:string" minOccurs="0"/>
56
+ </xs:sequence>
57
+ </xs:complexType>
58
+ <xs:simpleType name="AssociatedAccountNumberType">
59
+ <xs:annotation>
60
+ <xs:documentation>This enumeration represents a kind of "legacy" account number from a FedEx operating entity.</xs:documentation>
61
+ </xs:annotation>
62
+ <xs:restriction base="xs:string">
63
+ <xs:enumeration value="FEDEX_EXPRESS"/>
64
+ <xs:enumeration value="FEDEX_FREIGHT"/>
65
+ <xs:enumeration value="FEDEX_GROUND"/>
66
+ <xs:enumeration value="FEDEX_NATIONAL_FREIGHT"/>
67
+ <xs:enumeration value="FEDEX_OFFICE"/>
68
+ </xs:restriction>
69
+ </xs:simpleType>
70
+ <xs:simpleType name="BuildingPartCode">
71
+ <xs:annotation>
72
+ <xs:documentation>Identifies the valid set of building part types when requesting a package pickup.</xs:documentation>
73
+ </xs:annotation>
74
+ <xs:restriction base="xs:string">
75
+ <xs:enumeration value="APARTMENT"/>
76
+ <xs:enumeration value="BUILDING"/>
77
+ <xs:enumeration value="DEPARTMENT"/>
78
+ <xs:enumeration value="FLOOR"/>
79
+ <xs:enumeration value="ROOM"/>
80
+ <xs:enumeration value="SUITE"/>
81
+ </xs:restriction>
82
+ </xs:simpleType>
83
+ <xs:complexType name="CancelPickupReply">
84
+ <xs:annotation>
85
+ <xs:documentation>The descriptive data returned to a client in response to a cancel dispatch request.</xs:documentation>
86
+ </xs:annotation>
87
+ <xs:sequence>
88
+ <xs:element name="HighestSeverity" type="ns:NotificationSeverityType" minOccurs="1">
89
+ <xs:annotation>
90
+ <xs:documentation>Identifies the highest severity encountered when executing the request; in order from high to low: FAILURE, ERROR, WARNING, NOTE, SUCCESS.</xs:documentation>
91
+ </xs:annotation>
92
+ </xs:element>
93
+ <xs:element name="Notifications" type="ns:Notification" minOccurs="1" maxOccurs="unbounded">
94
+ <xs:annotation>
95
+ <xs:documentation>The descriptive data detailing the status of a sumbitted transaction.</xs:documentation>
96
+ </xs:annotation>
97
+ </xs:element>
98
+ <xs:element name="TransactionDetail" type="ns:TransactionDetail" minOccurs="0">
99
+ <xs:annotation>
100
+ <xs:documentation>Descriptive data that governs data payload language/translations. The TransactionDetail from the request is echoed back to the caller in the corresponding reply.</xs:documentation>
101
+ </xs:annotation>
102
+ </xs:element>
103
+ <xs:element name="Version" type="ns:VersionId" minOccurs="1">
104
+ <xs:annotation>
105
+ <xs:documentation>Identifies the version/level of a service operation expected by a caller (in each request) and performed by the callee (in each reply).</xs:documentation>
106
+ </xs:annotation>
107
+ </xs:element>
108
+ <xs:element name="Message" type="xs:string" minOccurs="0">
109
+ <xs:annotation>
110
+ <xs:documentation>Human readable message from dispatch system.</xs:documentation>
111
+ </xs:annotation>
112
+ </xs:element>
113
+ </xs:sequence>
114
+ </xs:complexType>
115
+ <xs:complexType name="CancelPickupRequest">
116
+ <xs:annotation>
117
+ <xs:documentation>The descriptive data to cancel a shipment pickup request.</xs:documentation>
118
+ </xs:annotation>
119
+ <xs:sequence>
120
+ <xs:element name="WebAuthenticationDetail" type="ns:WebAuthenticationDetail" minOccurs="1">
121
+ <xs:annotation>
122
+ <xs:documentation>Descriptive data to be used in authentication of the sender's identity (and right to use FedEx web services).</xs:documentation>
123
+ </xs:annotation>
124
+ </xs:element>
125
+ <xs:element name="ClientDetail" type="ns:ClientDetail" minOccurs="1">
126
+ <xs:annotation>
127
+ <xs:documentation>The descriptive data identifying the client submitting the transaction.</xs:documentation>
128
+ </xs:annotation>
129
+ </xs:element>
130
+ <xs:element name="TransactionDetail" type="ns:TransactionDetail" minOccurs="0">
131
+ <xs:annotation>
132
+ <xs:documentation>The descriptive data for this customer transaction. The TransactionDetail from the request is echoed back to the caller in the corresponding reply.</xs:documentation>
133
+ </xs:annotation>
134
+ </xs:element>
135
+ <xs:element name="Version" type="ns:VersionId" minOccurs="1">
136
+ <xs:annotation>
137
+ <xs:documentation>Identifies the version/level of a service operation expected by a caller (in each request) and performed by the callee (in each reply).</xs:documentation>
138
+ </xs:annotation>
139
+ </xs:element>
140
+ <xs:element name="CarrierCode" type="ns:CarrierCodeType" minOccurs="0">
141
+ <xs:annotation>
142
+ <xs:documentation>Identifies the FedEx operating company (transportation) that was sent the pickup that is being canceled.</xs:documentation>
143
+ </xs:annotation>
144
+ </xs:element>
145
+ <xs:element name="PickupConfirmationNumber" type="xs:string" minOccurs="0">
146
+ <xs:annotation>
147
+ <xs:documentation>Identifies the pickup confirmation number that is being canceled. The pickup confirmation number was returned to the client when the pickup was requested.</xs:documentation>
148
+ <xs:appinfo>
149
+ <xs:MaxLength>30</xs:MaxLength>
150
+ </xs:appinfo>
151
+ </xs:annotation>
152
+ </xs:element>
153
+ <xs:element name="ScheduledDate" type="xs:date" minOccurs="0">
154
+ <xs:annotation>
155
+ <xs:documentation>Identifies the scheduled date for the pickup that is being canceled. The scheduled date was provided by the client when the pickup was requested.</xs:documentation>
156
+ </xs:annotation>
157
+ </xs:element>
158
+ <xs:element name="EndDate" type="xs:date" minOccurs="0"/>
159
+ <xs:element name="Location" type="xs:string" minOccurs="0">
160
+ <xs:annotation>
161
+ <xs:documentation>Identifies the FedEx location identifier responsible for processing the package pickup that is being canceled. The FedEx location identifier was returned to the client when the pickup was requested. Required for Express service type.</xs:documentation>
162
+ <xs:appinfo>
163
+ <xs:MaxLength>5</xs:MaxLength>
164
+ </xs:appinfo>
165
+ </xs:annotation>
166
+ </xs:element>
167
+ <xs:element name="Remarks" type="xs:string" minOccurs="0">
168
+ <xs:annotation>
169
+ <xs:documentation>Identifies comments the customer wants to convey to the FedEx courier regarding the package pickup.</xs:documentation>
170
+ <xs:appinfo>
171
+ <xs:MaxLength>60</xs:MaxLength>
172
+ </xs:appinfo>
173
+ </xs:annotation>
174
+ </xs:element>
175
+ <xs:element name="ShippingChargesPayment" type="ns:Payment" minOccurs="0"/>
176
+ <xs:element name="Reason" type="xs:string" minOccurs="0">
177
+ <xs:annotation>
178
+ <xs:documentation>The reason for canceling the pickup request.</xs:documentation>
179
+ </xs:annotation>
180
+ </xs:element>
181
+ <xs:element name="ContactName" type="xs:string" minOccurs="0">
182
+ <xs:annotation>
183
+ <xs:documentation>Identifies the name of the person that requested pickup cancellation.</xs:documentation>
184
+ </xs:annotation>
185
+ </xs:element>
186
+ <xs:element name="PhoneNumber" type="xs:string" minOccurs="0">
187
+ <xs:annotation>
188
+ <xs:documentation>Identifies the phone number of the person that requested pickup cancellation.</xs:documentation>
189
+ </xs:annotation>
190
+ </xs:element>
191
+ <xs:element name="PhoneExtension" type="xs:string" minOccurs="0">
192
+ <xs:annotation>
193
+ <xs:documentation>Identifies the phone extension of the person that requested pickup cancellation.</xs:documentation>
194
+ </xs:annotation>
195
+ </xs:element>
196
+ </xs:sequence>
197
+ </xs:complexType>
198
+ <xs:simpleType name="CarrierCodeType">
199
+ <xs:annotation>
200
+ <xs:documentation>Identification of a FedEx operating company (transportation).</xs:documentation>
201
+ </xs:annotation>
202
+ <xs:restriction base="xs:string">
203
+ <xs:enumeration value="FDXC"/>
204
+ <xs:enumeration value="FDXE"/>
205
+ <xs:enumeration value="FDXG"/>
206
+ <xs:enumeration value="FXCC"/>
207
+ <xs:enumeration value="FXFR"/>
208
+ <xs:enumeration value="FXSP"/>
209
+ </xs:restriction>
210
+ </xs:simpleType>
211
+ <xs:simpleType name="ChargeBasisLevelType">
212
+ <xs:restriction base="xs:string">
213
+ <xs:enumeration value="CURRENT_PACKAGE"/>
214
+ <xs:enumeration value="SUM_OF_PACKAGES"/>
215
+ </xs:restriction>
216
+ </xs:simpleType>
217
+ <xs:complexType name="ClientDetail">
218
+ <xs:annotation>
219
+ <xs:documentation>Descriptive data for the client submitting a transaction.</xs:documentation>
220
+ </xs:annotation>
221
+ <xs:sequence>
222
+ <xs:element name="AccountNumber" type="xs:string" minOccurs="1">
223
+ <xs:annotation>
224
+ <xs:documentation>The FedEx account number associated with this transaction.</xs:documentation>
225
+ </xs:annotation>
226
+ </xs:element>
227
+ <xs:element name="MeterNumber" type="xs:string" minOccurs="1">
228
+ <xs:annotation>
229
+ <xs:documentation>This number is assigned by FedEx and identifies the unique device from which the request is originating</xs:documentation>
230
+ </xs:annotation>
231
+ </xs:element>
232
+ <xs:element name="MeterInstance" type="xs:string" minOccurs="0"/>
233
+ <xs:element name="IntegratorId" type="xs:string" minOccurs="0">
234
+ <xs:annotation>
235
+ <xs:documentation>Only used in transactions which require identification of the Fed Ex Office integrator.</xs:documentation>
236
+ </xs:annotation>
237
+ </xs:element>
238
+ <xs:element name="Region" type="ns:ExpressRegionCode" minOccurs="0">
239
+ <xs:annotation>
240
+ <xs:documentation>Indicates the region from which the transaction is submitted.</xs:documentation>
241
+ </xs:annotation>
242
+ </xs:element>
243
+ <xs:element name="Localization" type="ns:Localization" minOccurs="0">
244
+ <xs:annotation>
245
+ <xs:documentation>The language to be used for human-readable Notification.localizedMessages in responses to the request containing this ClientDetail object. Different requests from the same client may contain different Localization data. (Contrast with TransactionDetail.localization, which governs data payload language/translation.)</xs:documentation>
246
+ </xs:annotation>
247
+ </xs:element>
248
+ </xs:sequence>
249
+ </xs:complexType>
250
+ <xs:simpleType name="CloseTimeType">
251
+ <xs:restriction base="xs:string">
252
+ <xs:enumeration value="CUSTOMER_SPECIFIED"/>
253
+ <xs:enumeration value="DEFAULT"/>
254
+ </xs:restriction>
255
+ </xs:simpleType>
256
+ <xs:simpleType name="CodAddTransportationChargeBasisType">
257
+ <xs:restriction base="xs:string">
258
+ <xs:enumeration value="COD_SURCHARGE"/>
259
+ <xs:enumeration value="NET_CHARGE"/>
260
+ <xs:enumeration value="NET_FREIGHT"/>
261
+ <xs:enumeration value="TOTAL_CUSTOMER_CHARGE"/>
262
+ </xs:restriction>
263
+ </xs:simpleType>
264
+ <xs:complexType name="CodAddTransportationChargesDetail">
265
+ <xs:sequence>
266
+ <xs:element name="RateTypeBasis" type="ns:RateTypeBasisType" minOccurs="0"/>
267
+ <xs:element name="ChargeBasis" type="ns:CodAddTransportationChargeBasisType" minOccurs="0"/>
268
+ <xs:element name="ChargeBasisLevel" type="ns:ChargeBasisLevelType" minOccurs="0"/>
269
+ </xs:sequence>
270
+ </xs:complexType>
271
+ <xs:simpleType name="CodCollectionType">
272
+ <xs:annotation>
273
+ <xs:documentation>Identifies the type of funds FedEx should collect upon shipment delivery.</xs:documentation>
274
+ </xs:annotation>
275
+ <xs:restriction base="xs:string">
276
+ <xs:enumeration value="ANY"/>
277
+ <xs:enumeration value="CASH"/>
278
+ <xs:enumeration value="COMPANY_CHECK"/>
279
+ <xs:enumeration value="GUARANTEED_FUNDS"/>
280
+ <xs:enumeration value="PERSONAL_CHECK"/>
281
+ </xs:restriction>
282
+ </xs:simpleType>
283
+ <xs:complexType name="CodDetail">
284
+ <xs:annotation>
285
+ <xs:documentation>Descriptive data required for a FedEx COD (Collect-On-Delivery) shipment.</xs:documentation>
286
+ </xs:annotation>
287
+ <xs:sequence>
288
+ <xs:element name="CodCollectionAmount" type="ns:Money" minOccurs="0"/>
289
+ <xs:element name="AddTransportationChargesDetail" type="ns:CodAddTransportationChargesDetail" minOccurs="0">
290
+ <xs:annotation>
291
+ <xs:documentation>Specifies the details of the charges are to be added to the COD collect amount.</xs:documentation>
292
+ </xs:annotation>
293
+ </xs:element>
294
+ <xs:element name="CollectionType" type="ns:CodCollectionType" minOccurs="0">
295
+ <xs:annotation>
296
+ <xs:documentation>Identifies the type of funds FedEx should collect upon package delivery</xs:documentation>
297
+ </xs:annotation>
298
+ </xs:element>
299
+ <xs:element name="CodRecipient" type="ns:Party" minOccurs="0">
300
+ <xs:annotation>
301
+ <xs:documentation>For Express this is the descriptive data that is used for the recipient of the FedEx Letter containing the COD payment. For Ground this is the descriptive data for the party to receive the payment that prints the COD receipt.</xs:documentation>
302
+ </xs:annotation>
303
+ </xs:element>
304
+ <xs:element name="ReferenceIndicator" type="ns:CodReturnReferenceIndicatorType" minOccurs="0">
305
+ <xs:annotation>
306
+ <xs:documentation>Indicates which type of reference information to include on the COD return shipping label.</xs:documentation>
307
+ </xs:annotation>
308
+ </xs:element>
309
+ </xs:sequence>
310
+ </xs:complexType>
311
+ <xs:simpleType name="CodReturnReferenceIndicatorType">
312
+ <xs:annotation>
313
+ <xs:documentation>Indicates which type of reference information to include on the COD return shipping label.</xs:documentation>
314
+ </xs:annotation>
315
+ <xs:restriction base="xs:string">
316
+ <xs:enumeration value="INVOICE"/>
317
+ <xs:enumeration value="PO"/>
318
+ <xs:enumeration value="REFERENCE"/>
319
+ <xs:enumeration value="TRACKING"/>
320
+ </xs:restriction>
321
+ </xs:simpleType>
322
+ <xs:complexType name="CompletedFreightPickupDetail">
323
+ <xs:annotation>
324
+ <xs:documentation>Data resulting from the processing of an LTL Freight pickup request.</xs:documentation>
325
+ </xs:annotation>
326
+ <xs:sequence>
327
+ <xs:element name="Origin" type="ns:FreightServiceCenterDetail" minOccurs="0">
328
+ <xs:annotation>
329
+ <xs:documentation>Describes the origin service center handling the pickup.</xs:documentation>
330
+ </xs:annotation>
331
+ </xs:element>
332
+ <xs:element name="LineItems" type="ns:CompletedFreightPickupLineItem" minOccurs="0" maxOccurs="unbounded">
333
+ <xs:annotation>
334
+ <xs:documentation>Describes the results for each line item in the original request.</xs:documentation>
335
+ </xs:annotation>
336
+ </xs:element>
337
+ <xs:element name="TotalPieces" type="xs:nonNegativeInteger" minOccurs="0">
338
+ <xs:annotation>
339
+ <xs:documentation>Total number of pieces from all line items from request.</xs:documentation>
340
+ </xs:annotation>
341
+ </xs:element>
342
+ <xs:element name="TotalWeight" type="ns:Weight" minOccurs="0">
343
+ <xs:annotation>
344
+ <xs:documentation>Total weight from all line items from request.</xs:documentation>
345
+ </xs:annotation>
346
+ </xs:element>
347
+ <xs:element name="TotalHandlingUnits" type="xs:nonNegativeInteger" minOccurs="0">
348
+ <xs:annotation>
349
+ <xs:documentation>Total handling units from all line items from request.</xs:documentation>
350
+ </xs:annotation>
351
+ </xs:element>
352
+ <xs:element name="Status" type="ns:PickupEventType" minOccurs="0">
353
+ <xs:annotation>
354
+ <xs:documentation>Resulting status of pickup.</xs:documentation>
355
+ </xs:annotation>
356
+ </xs:element>
357
+ </xs:sequence>
358
+ </xs:complexType>
359
+ <xs:complexType name="CompletedFreightPickupLineItem">
360
+ <xs:annotation>
361
+ <xs:documentation>Data resulting from the processing of an individual line item in a LTL Freight pickup request.</xs:documentation>
362
+ </xs:annotation>
363
+ <xs:sequence>
364
+ <xs:element name="SequenceNumber" type="xs:int" minOccurs="0">
365
+ <xs:annotation>
366
+ <xs:documentation>Identifies the line item, to match reply line with request line.</xs:documentation>
367
+ </xs:annotation>
368
+ </xs:element>
369
+ <xs:element name="Destination" type="ns:FreightServiceCenterDetail" minOccurs="0">
370
+ <xs:annotation>
371
+ <xs:documentation>Describes the destination service center handling the delivery of this line item.</xs:documentation>
372
+ </xs:annotation>
373
+ </xs:element>
374
+ <xs:element name="TotalTravelTime" type="xs:duration" minOccurs="0">
375
+ <xs:annotation>
376
+ <xs:documentation>Total travel time for this line item.</xs:documentation>
377
+ </xs:annotation>
378
+ </xs:element>
379
+ <xs:element name="EtaDeliveryTimestamp" type="xs:dateTime" minOccurs="0">
380
+ <xs:annotation>
381
+ <xs:documentation>Identifies estimated delivery date and time for each line item.</xs:documentation>
382
+ </xs:annotation>
383
+ </xs:element>
384
+ </xs:sequence>
385
+ </xs:complexType>
386
+ <xs:complexType name="Contact">
387
+ <xs:annotation>
388
+ <xs:documentation>The descriptive data for a point-of-contact person.</xs:documentation>
389
+ </xs:annotation>
390
+ <xs:sequence>
391
+ <xs:element name="ContactId" type="xs:string" minOccurs="0">
392
+ <xs:annotation>
393
+ <xs:documentation>Client provided identifier corresponding to this contact information.</xs:documentation>
394
+ </xs:annotation>
395
+ </xs:element>
396
+ <xs:element name="PersonName" type="xs:string" minOccurs="0">
397
+ <xs:annotation>
398
+ <xs:documentation>Identifies the contact person's name.</xs:documentation>
399
+ </xs:annotation>
400
+ </xs:element>
401
+ <xs:element name="Title" type="xs:string" minOccurs="0">
402
+ <xs:annotation>
403
+ <xs:documentation>Identifies the contact person's title.</xs:documentation>
404
+ </xs:annotation>
405
+ </xs:element>
406
+ <xs:element name="CompanyName" type="xs:string" minOccurs="0">
407
+ <xs:annotation>
408
+ <xs:documentation>Identifies the company this contact is associated with.</xs:documentation>
409
+ </xs:annotation>
410
+ </xs:element>
411
+ <xs:element name="PhoneNumber" type="xs:string" minOccurs="0">
412
+ <xs:annotation>
413
+ <xs:documentation>Identifies the phone number associated with this contact.</xs:documentation>
414
+ </xs:annotation>
415
+ </xs:element>
416
+ <xs:element name="PhoneExtension" type="xs:string" minOccurs="0">
417
+ <xs:annotation>
418
+ <xs:documentation>Identifies the phone extension associated with this contact.</xs:documentation>
419
+ </xs:annotation>
420
+ </xs:element>
421
+ <xs:element name="PagerNumber" type="xs:string" minOccurs="0">
422
+ <xs:annotation>
423
+ <xs:documentation>Identifies the pager number associated with this contact.</xs:documentation>
424
+ </xs:annotation>
425
+ </xs:element>
426
+ <xs:element name="FaxNumber" type="xs:string" minOccurs="0">
427
+ <xs:annotation>
428
+ <xs:documentation>Identifies the fax number associated with this contact.</xs:documentation>
429
+ </xs:annotation>
430
+ </xs:element>
431
+ <xs:element name="EMailAddress" type="xs:string" minOccurs="0">
432
+ <xs:annotation>
433
+ <xs:documentation>Identifies the email address associated with this contact.</xs:documentation>
434
+ </xs:annotation>
435
+ </xs:element>
436
+ </xs:sequence>
437
+ </xs:complexType>
438
+ <xs:complexType name="ContactAndAddress">
439
+ <xs:annotation>
440
+ <xs:documentation>The descriptive data for a person or company entitiy doing business with FedEx.</xs:documentation>
441
+ </xs:annotation>
442
+ <xs:sequence>
443
+ <xs:element name="Contact" type="ns:Contact" minOccurs="0">
444
+ <xs:annotation>
445
+ <xs:documentation>Descriptive data identifying the point-of-contact person.</xs:documentation>
446
+ </xs:annotation>
447
+ </xs:element>
448
+ <xs:element name="Address" type="ns:Address" minOccurs="0">
449
+ <xs:annotation>
450
+ <xs:documentation>The descriptive data for a physical location.</xs:documentation>
451
+ </xs:annotation>
452
+ </xs:element>
453
+ </xs:sequence>
454
+ </xs:complexType>
455
+ <xs:simpleType name="CountryRelationshipType">
456
+ <xs:annotation>
457
+ <xs:documentation>Describes relationship between origin and destination countries.</xs:documentation>
458
+ </xs:annotation>
459
+ <xs:restriction base="xs:string">
460
+ <xs:enumeration value="DOMESTIC"/>
461
+ <xs:enumeration value="INTERNATIONAL"/>
462
+ </xs:restriction>
463
+ </xs:simpleType>
464
+ <xs:complexType name="CreatePickupReply">
465
+ <xs:annotation>
466
+ <xs:documentation>The descriptive data returned to a client in response to a shipment pickup request.</xs:documentation>
467
+ </xs:annotation>
468
+ <xs:sequence>
469
+ <xs:element name="HighestSeverity" type="ns:NotificationSeverityType" minOccurs="1">
470
+ <xs:annotation>
471
+ <xs:documentation>Identifies the highest severity encountered when executing the request; in order from high to low: FAILURE, ERROR, WARNING, NOTE, SUCCESS.</xs:documentation>
472
+ </xs:annotation>
473
+ </xs:element>
474
+ <xs:element name="Notifications" type="ns:Notification" minOccurs="1" maxOccurs="unbounded">
475
+ <xs:annotation>
476
+ <xs:documentation>The descriptive data detailing the status of a sumbitted transaction.</xs:documentation>
477
+ </xs:annotation>
478
+ </xs:element>
479
+ <xs:element name="TransactionDetail" type="ns:TransactionDetail" minOccurs="0">
480
+ <xs:annotation>
481
+ <xs:documentation>Descriptive data that governs data payload language/translations. The TransactionDetail from the request is echoed back to the caller in the corresponding reply.</xs:documentation>
482
+ </xs:annotation>
483
+ </xs:element>
484
+ <xs:element name="Version" type="ns:VersionId" minOccurs="1">
485
+ <xs:annotation>
486
+ <xs:documentation>Identifies the version/level of a service operation expected by a caller (in each request) and performed by the callee (in each reply).</xs:documentation>
487
+ </xs:annotation>
488
+ </xs:element>
489
+ <xs:element name="PickupConfirmationNumber" type="xs:string" minOccurs="0">
490
+ <xs:annotation>
491
+ <xs:documentation>Identifies the confirmation number assigned by FedEx for the request.</xs:documentation>
492
+ <xs:appinfo>
493
+ <xs:MaxLength>30</xs:MaxLength>
494
+ </xs:appinfo>
495
+ </xs:annotation>
496
+ </xs:element>
497
+ <xs:element name="Location" type="xs:string" minOccurs="0">
498
+ <xs:annotation>
499
+ <xs:documentation>Identifies the FedEx Location identifier responsible for processing the pickup of the package.</xs:documentation>
500
+ <xs:appinfo>
501
+ <xs:MaxLength>5</xs:MaxLength>
502
+ </xs:appinfo>
503
+ </xs:annotation>
504
+ </xs:element>
505
+ <xs:element name="MessageCode" type="xs:string" minOccurs="0">
506
+ <xs:annotation>
507
+ <xs:documentation>Coded value supplied by dispatch system.</xs:documentation>
508
+ </xs:annotation>
509
+ </xs:element>
510
+ <xs:element name="Message" type="xs:string" minOccurs="0">
511
+ <xs:annotation>
512
+ <xs:documentation>Message supplied by dispatch system.</xs:documentation>
513
+ </xs:annotation>
514
+ </xs:element>
515
+ <xs:element name="PRPControlNumber" type="xs:string" minOccurs="0">
516
+ <xs:annotation>
517
+ <xs:documentation>Package Return Program control number</xs:documentation>
518
+ </xs:annotation>
519
+ </xs:element>
520
+ <xs:element name="LastAccessTime" type="xs:time" minOccurs="0">
521
+ <xs:annotation>
522
+ <xs:documentation>Used with "stay late" requests; postal-code specific.</xs:documentation>
523
+ </xs:annotation>
524
+ </xs:element>
525
+ <xs:element name="CompletedFreightPickupDetail" type="ns:CompletedFreightPickupDetail" minOccurs="0">
526
+ <xs:annotation>
527
+ <xs:documentation>Data resulting from the processing of an LTL Freight pickup request.</xs:documentation>
528
+ </xs:annotation>
529
+ </xs:element>
530
+ </xs:sequence>
531
+ </xs:complexType>
532
+ <xs:complexType name="CreatePickupRequest">
533
+ <xs:annotation>
534
+ <xs:documentation>The descriptive data to schedule a FedEx package pickup request.</xs:documentation>
535
+ </xs:annotation>
536
+ <xs:sequence>
537
+ <xs:element name="WebAuthenticationDetail" type="ns:WebAuthenticationDetail" minOccurs="1">
538
+ <xs:annotation>
539
+ <xs:documentation>Descriptive data to be used in authentication of the sender's identity (and right to use FedEx web services).</xs:documentation>
540
+ </xs:annotation>
541
+ </xs:element>
542
+ <xs:element name="ClientDetail" type="ns:ClientDetail" minOccurs="1">
543
+ <xs:annotation>
544
+ <xs:documentation>The descriptive data identifying the client submitting the transaction.</xs:documentation>
545
+ </xs:annotation>
546
+ </xs:element>
547
+ <xs:element name="TransactionDetail" type="ns:TransactionDetail" minOccurs="0">
548
+ <xs:annotation>
549
+ <xs:documentation>The descriptive data for this customer transaction. The TransactionDetail from the request is echoed back to the caller in the corresponding reply.</xs:documentation>
550
+ </xs:annotation>
551
+ </xs:element>
552
+ <xs:element name="Version" type="ns:VersionId" minOccurs="1">
553
+ <xs:annotation>
554
+ <xs:documentation>Identifies the version/level of a service operation expected by a caller (in each request) and performed by the callee (in each reply).</xs:documentation>
555
+ </xs:annotation>
556
+ </xs:element>
557
+ <xs:element name="AssociatedAccountNumber" type="ns:AssociatedAccount" minOccurs="0"/>
558
+ <xs:element name="OriginDetail" type="ns:PickupOriginDetail" minOccurs="0">
559
+ <xs:annotation>
560
+ <xs:documentation>Descriptive data about the origin of the shipment being picked up by FedEx.</xs:documentation>
561
+ </xs:annotation>
562
+ </xs:element>
563
+ <xs:element name="FreightPickupDetail" type="ns:FreightPickupDetail" minOccurs="0">
564
+ <xs:annotation>
565
+ <xs:documentation>Descriptive data for a freight shipment being picked up by FedEx. This is element is only required when requesting a freight service pickup and should not be used for other types of pickups including express freight pickups.</xs:documentation>
566
+ </xs:annotation>
567
+ </xs:element>
568
+ <xs:element name="ExpressFreightDetail" type="ns:ExpressFreightPickupDetail" minOccurs="0">
569
+ <xs:annotation>
570
+ <xs:documentation>Descriptive data for an express freight shipment being picked up by FedEx. This is element is only required when requesting a express freight service pickup and should not be used for other types of pickups.</xs:documentation>
571
+ </xs:annotation>
572
+ </xs:element>
573
+ <xs:element name="PackageCount" type="xs:positiveInteger" minOccurs="0">
574
+ <xs:annotation>
575
+ <xs:documentation>Identifies the number of packages that are being tendered to FedEx for this pickup request.</xs:documentation>
576
+ </xs:annotation>
577
+ </xs:element>
578
+ <xs:element name="TotalWeight" type="ns:Weight" minOccurs="0">
579
+ <xs:annotation>
580
+ <xs:documentation>Identifies the total weight of the package or packages being tendered to FedEx for this pickup request.</xs:documentation>
581
+ </xs:annotation>
582
+ </xs:element>
583
+ <xs:element name="CarrierCode" type="ns:CarrierCodeType" minOccurs="0">
584
+ <xs:annotation>
585
+ <xs:documentation>Identifies the FedEx operating company (transportation) that is being sent the package pickup request.</xs:documentation>
586
+ </xs:annotation>
587
+ </xs:element>
588
+ <xs:element name="OversizePackageCount" type="xs:positiveInteger" minOccurs="0">
589
+ <xs:annotation>
590
+ <xs:documentation>Identifies the number of oversize packages that are being tendered to FedEx for this pickup request. Please refer to the FedEx Service Guide for package size limits to determine if a package is oversized for the service being shipped.</xs:documentation>
591
+ </xs:annotation>
592
+ </xs:element>
593
+ <xs:element name="Remarks" type="xs:string" minOccurs="0">
594
+ <xs:annotation>
595
+ <xs:documentation>Identifies any remarks or comments to be passed to the FedEx courier picking up the shipment.</xs:documentation>
596
+ <xs:appinfo>
597
+ <xs:MaxLength>60</xs:MaxLength>
598
+ </xs:appinfo>
599
+ </xs:annotation>
600
+ </xs:element>
601
+ <xs:element name="CommodityDescription" type="xs:string" minOccurs="0">
602
+ <xs:annotation>
603
+ <xs:documentation>Identifies the type of commodity being shipped. This element is required for an international shipment.</xs:documentation>
604
+ <xs:appinfo>
605
+ <xs:MaxLength>20</xs:MaxLength>
606
+ </xs:appinfo>
607
+ </xs:annotation>
608
+ </xs:element>
609
+ <xs:element name="CountryRelationship" type="ns:CountryRelationshipType" minOccurs="0">
610
+ <xs:annotation>
611
+ <xs:documentation>Describes the country relationship (domestic and/or international) among the shipments being picked up.</xs:documentation>
612
+ </xs:annotation>
613
+ </xs:element>
614
+ </xs:sequence>
615
+ </xs:complexType>
616
+ <xs:complexType name="CreditCard">
617
+ <xs:sequence>
618
+ <xs:element name="Number" type="xs:string" minOccurs="0"/>
619
+ <xs:element name="CreditCardType" type="ns:CreditCardType" minOccurs="0"/>
620
+ <xs:element name="ExpirationDate" type="xs:string" minOccurs="0">
621
+ <xs:annotation>
622
+ <xs:documentation>Must be in one of the following formats: YYMM, YYYYMM, or YYYYMMDD.</xs:documentation>
623
+ </xs:annotation>
624
+ </xs:element>
625
+ <xs:element name="VerificationCode" type="xs:string" minOccurs="0"/>
626
+ <xs:element name="CreditCardHolder" type="ns:ParsedContactAndAddress" minOccurs="0"/>
627
+ </xs:sequence>
628
+ </xs:complexType>
629
+ <xs:simpleType name="CreditCardAuthorizationType">
630
+ <xs:restriction base="xs:string">
631
+ <xs:enumeration value="AUTHORIZE_NON_ACCOUNT"/>
632
+ <xs:enumeration value="AUTHORIZE_WITH_ACCOUNT"/>
633
+ <xs:enumeration value="VERIFY_WITH_ACCOUNT"/>
634
+ </xs:restriction>
635
+ </xs:simpleType>
636
+ <xs:complexType name="CreditCardTransactionDetail">
637
+ <xs:annotation>
638
+ <xs:documentation>This class represents data tied to the use of a credit card in a specific transaction.</xs:documentation>
639
+ </xs:annotation>
640
+ <xs:sequence>
641
+ <xs:element name="AuthorizationId" type="xs:string" minOccurs="0"/>
642
+ <xs:element name="AuthorizationType" type="ns:CreditCardAuthorizationType" minOccurs="0"/>
643
+ <xs:element name="FraudDetectionDetail" type="ns:CreditFraudDetectionDetail" minOccurs="0"/>
644
+ </xs:sequence>
645
+ </xs:complexType>
646
+ <xs:simpleType name="CreditCardType">
647
+ <xs:restriction base="xs:string">
648
+ <xs:enumeration value="AMEX"/>
649
+ <xs:enumeration value="DINERS"/>
650
+ <xs:enumeration value="DISCOVER"/>
651
+ <xs:enumeration value="MASTERCARD"/>
652
+ <xs:enumeration value="VISA"/>
653
+ </xs:restriction>
654
+ </xs:simpleType>
655
+ <xs:complexType name="CreditFraudDetectionDetail">
656
+ <xs:annotation>
657
+ <xs:documentation>This class is a rename of the previous VerifyCreditFraudDetail; the name change reflects the fact that it is no longer tied to a "verify" usage.</xs:documentation>
658
+ </xs:annotation>
659
+ <xs:sequence>
660
+ <xs:element name="IpAddress" type="xs:string" minOccurs="0"/>
661
+ <xs:element name="ClientCookiesEnabled" type="xs:boolean" minOccurs="0"/>
662
+ <xs:element name="DevicePrint" type="xs:string" minOccurs="0"/>
663
+ </xs:sequence>
664
+ </xs:complexType>
665
+ <xs:complexType name="CustomDeliveryWindowDetail">
666
+ <xs:sequence>
667
+ <xs:element name="Type" type="ns:CustomDeliveryWindowType" minOccurs="0">
668
+ <xs:annotation>
669
+ <xs:documentation>Indicates the type of custom delivery being requested.</xs:documentation>
670
+ </xs:annotation>
671
+ </xs:element>
672
+ <xs:element name="RequestTime" type="xs:time" minOccurs="0">
673
+ <xs:annotation>
674
+ <xs:documentation>Time by which delivery is requested.</xs:documentation>
675
+ </xs:annotation>
676
+ </xs:element>
677
+ <xs:element name="RequestRange" type="ns:DateRange" minOccurs="0">
678
+ <xs:annotation>
679
+ <xs:documentation>Range of dates for custom delivery request; only used if type is BETWEEN.</xs:documentation>
680
+ </xs:annotation>
681
+ </xs:element>
682
+ <xs:element name="RequestDate" type="xs:date" minOccurs="0">
683
+ <xs:annotation>
684
+ <xs:documentation>Date for custom delivery request; only used for types of ON, BETWEEN, or AFTER.</xs:documentation>
685
+ </xs:annotation>
686
+ </xs:element>
687
+ </xs:sequence>
688
+ </xs:complexType>
689
+ <xs:simpleType name="CustomDeliveryWindowType">
690
+ <xs:restriction base="xs:string">
691
+ <xs:enumeration value="AFTER"/>
692
+ <xs:enumeration value="BEFORE"/>
693
+ <xs:enumeration value="BETWEEN"/>
694
+ <xs:enumeration value="ON"/>
695
+ </xs:restriction>
696
+ </xs:simpleType>
697
+ <xs:complexType name="DateRange">
698
+ <xs:sequence>
699
+ <xs:element name="Begins" type="xs:date" minOccurs="0">
700
+ <xs:annotation>
701
+ <xs:documentation>The beginning date in a date range.</xs:documentation>
702
+ </xs:annotation>
703
+ </xs:element>
704
+ <xs:element name="Ends" type="xs:date" minOccurs="0">
705
+ <xs:annotation>
706
+ <xs:documentation>The end date in a date range.</xs:documentation>
707
+ </xs:annotation>
708
+ </xs:element>
709
+ </xs:sequence>
710
+ </xs:complexType>
711
+ <xs:simpleType name="DayOfWeekType">
712
+ <xs:restriction base="xs:string">
713
+ <xs:enumeration value="FRI"/>
714
+ <xs:enumeration value="MON"/>
715
+ <xs:enumeration value="SAT"/>
716
+ <xs:enumeration value="SUN"/>
717
+ <xs:enumeration value="THU"/>
718
+ <xs:enumeration value="TUE"/>
719
+ <xs:enumeration value="WED"/>
720
+ </xs:restriction>
721
+ </xs:simpleType>
722
+ <xs:complexType name="DetentionDetail">
723
+ <xs:annotation>
724
+ <xs:documentation>Specifications for pup/set or vehicle delayed for loading or unloading.</xs:documentation>
725
+ </xs:annotation>
726
+ <xs:sequence>
727
+ <xs:element name="Duration" type="xs:duration" minOccurs="0">
728
+ <xs:annotation>
729
+ <xs:documentation>Amount of time involved in the detention.</xs:documentation>
730
+ </xs:annotation>
731
+ </xs:element>
732
+ </xs:sequence>
733
+ </xs:complexType>
734
+ <xs:complexType name="Dimensions">
735
+ <xs:annotation>
736
+ <xs:documentation>Descriptive data detailing the length, width, and height of a package.</xs:documentation>
737
+ </xs:annotation>
738
+ <xs:sequence>
739
+ <xs:element name="Length" type="xs:nonNegativeInteger" minOccurs="0">
740
+ <xs:annotation>
741
+ <xs:documentation>Identifies the length of the package.</xs:documentation>
742
+ </xs:annotation>
743
+ </xs:element>
744
+ <xs:element name="Width" type="xs:nonNegativeInteger" minOccurs="0">
745
+ <xs:annotation>
746
+ <xs:documentation>Identifies the width of the package.</xs:documentation>
747
+ </xs:annotation>
748
+ </xs:element>
749
+ <xs:element name="Height" type="xs:nonNegativeInteger" minOccurs="0">
750
+ <xs:annotation>
751
+ <xs:documentation>Identifies the height of the package.</xs:documentation>
752
+ </xs:annotation>
753
+ </xs:element>
754
+ <xs:element name="Units" type="ns:LinearUnits" minOccurs="0">
755
+ <xs:annotation>
756
+ <xs:documentation>Identifies the unit of measure associated with a dimensional values. See LinearUnits for valid values.</xs:documentation>
757
+ </xs:annotation>
758
+ </xs:element>
759
+ </xs:sequence>
760
+ </xs:complexType>
761
+ <xs:complexType name="Distance">
762
+ <xs:annotation>
763
+ <xs:documentation>Driving or other transportation distances, distinct from dimension measurements.</xs:documentation>
764
+ </xs:annotation>
765
+ <xs:sequence>
766
+ <xs:element name="Value" type="xs:decimal" minOccurs="0">
767
+ <xs:annotation>
768
+ <xs:documentation>Identifies the distance quantity.</xs:documentation>
769
+ </xs:annotation>
770
+ </xs:element>
771
+ <xs:element name="Units" type="ns:DistanceUnits" minOccurs="0">
772
+ <xs:annotation>
773
+ <xs:documentation>Identifies the unit of measure for the distance value.</xs:documentation>
774
+ </xs:annotation>
775
+ </xs:element>
776
+ </xs:sequence>
777
+ </xs:complexType>
778
+ <xs:simpleType name="DistanceUnits">
779
+ <xs:annotation>
780
+ <xs:documentation>Identifies the unit of measure for the distance value.</xs:documentation>
781
+ </xs:annotation>
782
+ <xs:restriction base="xs:string">
783
+ <xs:enumeration value="KM"/>
784
+ <xs:enumeration value="MI"/>
785
+ </xs:restriction>
786
+ </xs:simpleType>
787
+ <xs:complexType name="EMailLabelDetail">
788
+ <xs:annotation>
789
+ <xs:documentation>Describes specific information about the email label shipment.</xs:documentation>
790
+ </xs:annotation>
791
+ <xs:sequence>
792
+ <xs:element name="NotificationEMailAddress" type="xs:string" minOccurs="0">
793
+ <xs:annotation>
794
+ <xs:documentation>Notification email will be sent to this email address</xs:documentation>
795
+ </xs:annotation>
796
+ </xs:element>
797
+ <xs:element name="NotificationMessage" type="xs:string" minOccurs="0">
798
+ <xs:annotation>
799
+ <xs:documentation>Message to be sent in the notification email</xs:documentation>
800
+ </xs:annotation>
801
+ </xs:element>
802
+ </xs:sequence>
803
+ </xs:complexType>
804
+ <xs:simpleType name="EMailNotificationAggregationType">
805
+ <xs:restriction base="xs:string">
806
+ <xs:enumeration value="PER_PACKAGE"/>
807
+ <xs:enumeration value="PER_SHIPMENT"/>
808
+ </xs:restriction>
809
+ </xs:simpleType>
810
+ <xs:complexType name="EMailNotificationDetail">
811
+ <xs:annotation>
812
+ <xs:documentation>Information describing email notifications that will be sent in relation to events that occur during package movement</xs:documentation>
813
+ </xs:annotation>
814
+ <xs:sequence>
815
+ <xs:element name="AggregationType" type="ns:EMailNotificationAggregationType" minOccurs="0">
816
+ <xs:annotation>
817
+ <xs:documentation>Specifies whether/how email notifications are grouped.</xs:documentation>
818
+ </xs:annotation>
819
+ </xs:element>
820
+ <xs:element name="PersonalMessage" type="xs:string" minOccurs="0">
821
+ <xs:annotation>
822
+ <xs:documentation>A message that will be included in the email notifications</xs:documentation>
823
+ </xs:annotation>
824
+ </xs:element>
825
+ <xs:element name="Recipients" type="ns:EMailNotificationRecipient" minOccurs="0" maxOccurs="unbounded">
826
+ <xs:annotation>
827
+ <xs:documentation>Information describing the destination of the email, format of the email and events to be notified on</xs:documentation>
828
+ </xs:annotation>
829
+ </xs:element>
830
+ </xs:sequence>
831
+ </xs:complexType>
832
+ <xs:simpleType name="EMailNotificationEventType">
833
+ <xs:restriction base="xs:string">
834
+ <xs:enumeration value="ON_DELIVERY"/>
835
+ <xs:enumeration value="ON_EXCEPTION"/>
836
+ <xs:enumeration value="ON_SHIPMENT"/>
837
+ <xs:enumeration value="ON_TENDER"/>
838
+ </xs:restriction>
839
+ </xs:simpleType>
840
+ <xs:simpleType name="EMailNotificationFormatType">
841
+ <xs:annotation>
842
+ <xs:documentation>The format of the email</xs:documentation>
843
+ </xs:annotation>
844
+ <xs:restriction base="xs:string">
845
+ <xs:enumeration value="HTML"/>
846
+ <xs:enumeration value="TEXT"/>
847
+ <xs:enumeration value="WIRELESS"/>
848
+ </xs:restriction>
849
+ </xs:simpleType>
850
+ <xs:complexType name="EMailNotificationRecipient">
851
+ <xs:annotation>
852
+ <xs:documentation>The descriptive data for a FedEx email notification recipient.</xs:documentation>
853
+ </xs:annotation>
854
+ <xs:sequence>
855
+ <xs:element name="EMailNotificationRecipientType" type="ns:EMailNotificationRecipientType" minOccurs="0">
856
+ <xs:annotation>
857
+ <xs:documentation>Identifies the relationship this email recipient has to the shipment.</xs:documentation>
858
+ </xs:annotation>
859
+ </xs:element>
860
+ <xs:element name="EMailAddress" type="xs:string" minOccurs="0">
861
+ <xs:annotation>
862
+ <xs:documentation>The email address to send the notification to</xs:documentation>
863
+ </xs:annotation>
864
+ </xs:element>
865
+ <xs:element name="NotificationEventsRequested" type="ns:EMailNotificationEventType" minOccurs="0" maxOccurs="unbounded">
866
+ <xs:annotation>
867
+ <xs:documentation>The types of email notifications being requested for this recipient.</xs:documentation>
868
+ </xs:annotation>
869
+ </xs:element>
870
+ <xs:element name="Format" type="ns:EMailNotificationFormatType" minOccurs="0">
871
+ <xs:annotation>
872
+ <xs:documentation>The format of the email notification.</xs:documentation>
873
+ </xs:annotation>
874
+ </xs:element>
875
+ <xs:element name="Localization" type="ns:Localization" minOccurs="0">
876
+ <xs:annotation>
877
+ <xs:documentation>The language/locale to be used in this email notification.</xs:documentation>
878
+ </xs:annotation>
879
+ </xs:element>
880
+ </xs:sequence>
881
+ </xs:complexType>
882
+ <xs:simpleType name="EMailNotificationRecipientType">
883
+ <xs:annotation>
884
+ <xs:documentation>Identifies the set of valid email notification recipient types. For SHIPPER, RECIPIENT and BROKER the email address asssociated with their definitions will be used, any email address sent with the email notification for these three email notification recipient types will be ignored.</xs:documentation>
885
+ </xs:annotation>
886
+ <xs:restriction base="xs:string">
887
+ <xs:enumeration value="BROKER"/>
888
+ <xs:enumeration value="OTHER"/>
889
+ <xs:enumeration value="RECIPIENT"/>
890
+ <xs:enumeration value="SHIPPER"/>
891
+ <xs:enumeration value="THIRD_PARTY"/>
892
+ </xs:restriction>
893
+ </xs:simpleType>
894
+ <xs:simpleType name="EtdConfirmationType">
895
+ <xs:annotation>
896
+ <xs:documentation>Specifies whether to confirm documents prior to processing a shipment with the ELECTRONIC_TRADE_DOCUMENTS special service.</xs:documentation>
897
+ </xs:annotation>
898
+ <xs:restriction base="xs:string">
899
+ <xs:enumeration value="CONFIRMED"/>
900
+ <xs:enumeration value="DEFERRED"/>
901
+ </xs:restriction>
902
+ </xs:simpleType>
903
+ <xs:complexType name="EtdDetail">
904
+ <xs:annotation>
905
+ <xs:documentation>Electronic Trade document references used with the ETD special service.</xs:documentation>
906
+ </xs:annotation>
907
+ <xs:sequence>
908
+ <xs:element name="Confirmation" type="ns:EtdConfirmationType" minOccurs="0">
909
+ <xs:annotation>
910
+ <xs:documentation>Specifies client's intent for whether all documents must be confirmed before shipment processing.</xs:documentation>
911
+ </xs:annotation>
912
+ </xs:element>
913
+ <xs:element name="RequestedDocumentCopies" type="ns:RequestedShippingDocumentType" minOccurs="0" maxOccurs="unbounded">
914
+ <xs:annotation>
915
+ <xs:documentation>Indicates the types of shipping documents produced for the shipper by FedEx (see ShippingDocumentSpecification) which should be copied back to the shipper in the shipment result data.</xs:documentation>
916
+ </xs:annotation>
917
+ </xs:element>
918
+ <xs:element name="Documents" type="ns:UploadDocumentDetail" minOccurs="0" maxOccurs="unbounded"/>
919
+ <xs:element name="DocumentReferences" type="ns:UploadDocumentReferenceDetail" minOccurs="0" maxOccurs="unbounded"/>
920
+ </xs:sequence>
921
+ </xs:complexType>
922
+ <xs:complexType name="ExpressFreightPickupDetail">
923
+ <xs:annotation>
924
+ <xs:documentation>Descriptive data regarding an express freight service pickup request.</xs:documentation>
925
+ </xs:annotation>
926
+ <xs:sequence>
927
+ <xs:element name="Service" type="ns:ServiceType" minOccurs="0">
928
+ <xs:annotation>
929
+ <xs:documentation>Identifies the collection of available FedEx transportation service options. Must be a valid FedEx freight service identifier.</xs:documentation>
930
+ </xs:annotation>
931
+ </xs:element>
932
+ <xs:element name="BookingNumber" type="xs:string" minOccurs="0">
933
+ <xs:annotation>
934
+ <xs:documentation>Identifies the FedEx freight booking number. This element should contain numeric values only.</xs:documentation>
935
+ <xs:appinfo>
936
+ <xs:MaxLength>8</xs:MaxLength>
937
+ </xs:appinfo>
938
+ </xs:annotation>
939
+ </xs:element>
940
+ <xs:element name="Dimensions" type="ns:Dimensions" minOccurs="0">
941
+ <xs:annotation>
942
+ <xs:documentation>Descriptive data detailing the length, width, and height of the freight package or shipment being picked up by FedEx.</xs:documentation>
943
+ </xs:annotation>
944
+ </xs:element>
945
+ <xs:element name="TruckType" type="ns:TruckType" minOccurs="0">
946
+ <xs:annotation>
947
+ <xs:documentation>Identifies the type of truck that is needed for FedEx to pick up the freight shipment. See TruckType for valid values.</xs:documentation>
948
+ </xs:annotation>
949
+ </xs:element>
950
+ <xs:element name="TrailerSize" type="ns:TrailerSizeType" minOccurs="0">
951
+ <xs:annotation>
952
+ <xs:documentation>Identifies the tailer size needed for FedEx to pick up a freight shipment. See TrailerSizeType for valid values.</xs:documentation>
953
+ </xs:annotation>
954
+ </xs:element>
955
+ </xs:sequence>
956
+ </xs:complexType>
957
+ <xs:simpleType name="ExpressRegionCode">
958
+ <xs:annotation>
959
+ <xs:documentation>Indicates a FedEx Express operating region.</xs:documentation>
960
+ </xs:annotation>
961
+ <xs:restriction base="xs:string">
962
+ <xs:enumeration value="APAC"/>
963
+ <xs:enumeration value="CA"/>
964
+ <xs:enumeration value="EMEA"/>
965
+ <xs:enumeration value="LAC"/>
966
+ <xs:enumeration value="US"/>
967
+ </xs:restriction>
968
+ </xs:simpleType>
969
+ <xs:complexType name="ExtraLaborDetail">
970
+ <xs:annotation>
971
+ <xs:documentation>Specification for labor time spent handling shipment.</xs:documentation>
972
+ </xs:annotation>
973
+ <xs:sequence>
974
+ <xs:element name="Duration" type="xs:duration" minOccurs="0">
975
+ <xs:annotation>
976
+ <xs:documentation>Total labor time.</xs:documentation>
977
+ </xs:annotation>
978
+ </xs:element>
979
+ </xs:sequence>
980
+ </xs:complexType>
981
+ <xs:simpleType name="FedExLocationType">
982
+ <xs:annotation>
983
+ <xs:documentation>Identifies a kind of FedEx facility.</xs:documentation>
984
+ </xs:annotation>
985
+ <xs:restriction base="xs:string">
986
+ <xs:enumeration value="FEDEX_EXPRESS_STATION"/>
987
+ <xs:enumeration value="FEDEX_GROUND_TERMINAL"/>
988
+ <xs:enumeration value="FEDEX_OFFICE"/>
989
+ </xs:restriction>
990
+ </xs:simpleType>
991
+ <xs:complexType name="FlatbedTrailerDetail">
992
+ <xs:annotation>
993
+ <xs:documentation>Specifies the optional features/characteristics requested for a Freight shipment utilizing a flatbed trailer.</xs:documentation>
994
+ </xs:annotation>
995
+ <xs:sequence>
996
+ <xs:element name="Options" type="ns:FlatbedTrailerOption" minOccurs="0" maxOccurs="unbounded">
997
+ <xs:annotation>
998
+ <xs:documentation>Specifies the optional features/characteristics requested for a Freight shipment utilizing a flatbed trailer.</xs:documentation>
999
+ </xs:annotation>
1000
+ </xs:element>
1001
+ </xs:sequence>
1002
+ </xs:complexType>
1003
+ <xs:simpleType name="FlatbedTrailerOption">
1004
+ <xs:annotation>
1005
+ <xs:documentation>Optional features/characteristics requested for a Freight shipment utilizing a flatbed trailer.</xs:documentation>
1006
+ </xs:annotation>
1007
+ <xs:restriction base="xs:string">
1008
+ <xs:enumeration value="OVER_DIMENSION"/>
1009
+ <xs:enumeration value="TARP"/>
1010
+ </xs:restriction>
1011
+ </xs:simpleType>
1012
+ <xs:simpleType name="FreightAccountPaymentType">
1013
+ <xs:annotation>
1014
+ <xs:documentation>Identifies the type of payment to be tendered for the pickup.</xs:documentation>
1015
+ </xs:annotation>
1016
+ <xs:restriction base="xs:string">
1017
+ <xs:enumeration value="COLLECT"/>
1018
+ <xs:enumeration value="PREPAID"/>
1019
+ </xs:restriction>
1020
+ </xs:simpleType>
1021
+ <xs:complexType name="FreightGuaranteeDetail">
1022
+ <xs:annotation>
1023
+ <xs:documentation>Descriptive data regarding a FedEx freight service pickup request.</xs:documentation>
1024
+ </xs:annotation>
1025
+ <xs:sequence>
1026
+ <xs:element name="Type" type="ns:FreightGuaranteeType" minOccurs="0">
1027
+ <xs:annotation>
1028
+ <xs:documentation>Description of Guarantee</xs:documentation>
1029
+ </xs:annotation>
1030
+ </xs:element>
1031
+ <xs:element name="Date" type="xs:date" minOccurs="0">
1032
+ <xs:annotation>
1033
+ <xs:documentation>Date for all Freight guarantee types.</xs:documentation>
1034
+ </xs:annotation>
1035
+ </xs:element>
1036
+ </xs:sequence>
1037
+ </xs:complexType>
1038
+ <xs:simpleType name="FreightGuaranteeType">
1039
+ <xs:annotation>
1040
+ <xs:documentation>Identifies the type of Delivery Guarantee made.</xs:documentation>
1041
+ </xs:annotation>
1042
+ <xs:restriction base="xs:string">
1043
+ <xs:enumeration value="GUARANTEED_DATE"/>
1044
+ <xs:enumeration value="GUARANTEED_MORNING"/>
1045
+ </xs:restriction>
1046
+ </xs:simpleType>
1047
+ <xs:complexType name="FreightPickupDetail">
1048
+ <xs:annotation>
1049
+ <xs:documentation>Descriptive data regarding a FedEx freight service pickup request.</xs:documentation>
1050
+ </xs:annotation>
1051
+ <xs:sequence>
1052
+ <xs:element name="ApprovedBy" type="ns:Contact" minOccurs="0">
1053
+ <xs:annotation>
1054
+ <xs:documentation>Contact Information of origin service center representative that authorized the pickup</xs:documentation>
1055
+ </xs:annotation>
1056
+ </xs:element>
1057
+ <xs:element name="Payment" type="ns:FreightAccountPaymentType" minOccurs="0">
1058
+ <xs:annotation>
1059
+ <xs:documentation>Identifies the type of payment to be tendered for the pickup.</xs:documentation>
1060
+ </xs:annotation>
1061
+ </xs:element>
1062
+ <xs:element name="Role" type="ns:FreightShipmentRoleType" minOccurs="0">
1063
+ <xs:annotation>
1064
+ <xs:documentation>Indicates the role of the party submitting the transaction.</xs:documentation>
1065
+ </xs:annotation>
1066
+ </xs:element>
1067
+ <xs:element name="SubmittedBy" type="ns:Contact" minOccurs="0">
1068
+ <xs:annotation>
1069
+ <xs:documentation>Contact Information of the person submitting the pickup.</xs:documentation>
1070
+ </xs:annotation>
1071
+ </xs:element>
1072
+ <xs:element name="LineItems" type="ns:FreightPickupLineItem" minOccurs="0" maxOccurs="unbounded">
1073
+ <xs:annotation>
1074
+ <xs:documentation>Identifies the details about the contents of the shipments to be picked up.</xs:documentation>
1075
+ </xs:annotation>
1076
+ </xs:element>
1077
+ </xs:sequence>
1078
+ </xs:complexType>
1079
+ <xs:complexType name="FreightPickupLineItem">
1080
+ <xs:annotation>
1081
+ <xs:documentation>Identifies details about the contents of the shipment to be picked up.</xs:documentation>
1082
+ </xs:annotation>
1083
+ <xs:sequence>
1084
+ <xs:element name="Service" type="ns:ServiceType" minOccurs="0"/>
1085
+ <xs:element name="SequenceNumber" type="xs:int" minOccurs="0">
1086
+ <xs:annotation>
1087
+ <xs:documentation>Identifies the line item, to match reply line with request line.</xs:documentation>
1088
+ </xs:annotation>
1089
+ </xs:element>
1090
+ <xs:element name="Destination" type="ns:Address" minOccurs="0">
1091
+ <xs:annotation>
1092
+ <xs:documentation>Identifies the destination of the shipment.</xs:documentation>
1093
+ </xs:annotation>
1094
+ </xs:element>
1095
+ <xs:element name="Packaging" type="ns:PhysicalPackagingType" minOccurs="0">
1096
+ <xs:annotation>
1097
+ <xs:documentation>Identifies the physical packaging of the shipment.</xs:documentation>
1098
+ </xs:annotation>
1099
+ </xs:element>
1100
+ <xs:element name="Pieces" type="xs:int" minOccurs="0">
1101
+ <xs:annotation>
1102
+ <xs:documentation>Identifies number of items contained in the packaging.</xs:documentation>
1103
+ </xs:annotation>
1104
+ </xs:element>
1105
+ <xs:element name="Weight" type="ns:Weight" minOccurs="0">
1106
+ <xs:annotation>
1107
+ <xs:documentation>Identifies the total weight of the item being tendered to FedEx for this pickup request.</xs:documentation>
1108
+ </xs:annotation>
1109
+ </xs:element>
1110
+ <xs:element name="TotalHandlingUnits" type="xs:int" minOccurs="0">
1111
+ <xs:annotation>
1112
+ <xs:documentation>Identifies number of items to be moved.</xs:documentation>
1113
+ </xs:annotation>
1114
+ </xs:element>
1115
+ <xs:element name="PurchaseOrderNumber" type="xs:string" minOccurs="0"/>
1116
+ <xs:element name="JustOneMore" type="xs:boolean" minOccurs="0"/>
1117
+ <xs:element name="SpecialServicesRequested" type="ns:ShipmentSpecialServicesRequested" minOccurs="0">
1118
+ <xs:annotation>
1119
+ <xs:documentation>These special services are available at the shipment level for some or all service types. If the shipper is requesting a special service which requires additional data (such as the COD amount), the shipment special service type must be present in the specialServiceTypes collection, and the supporting detail must be provided in the appropriate sub-object below. </xs:documentation>
1120
+ </xs:annotation>
1121
+ </xs:element>
1122
+ <xs:element name="FreightGuaranteeDetail" type="ns:FreightGuaranteeDetail" minOccurs="0">
1123
+ <xs:annotation>
1124
+ <xs:documentation>Identifies the delivery guarantee information.</xs:documentation>
1125
+ </xs:annotation>
1126
+ </xs:element>
1127
+ <xs:element name="Description" type="xs:string" minOccurs="0">
1128
+ <xs:annotation>
1129
+ <xs:documentation>Describes the contents of the package.</xs:documentation>
1130
+ </xs:annotation>
1131
+ </xs:element>
1132
+ </xs:sequence>
1133
+ </xs:complexType>
1134
+ <xs:complexType name="FreightServiceCenterDetail">
1135
+ <xs:annotation>
1136
+ <xs:documentation>This class describes the relationship between a customer-specified address and the FedEx Freight / FedEx National Freight Service Center that supports that address.</xs:documentation>
1137
+ </xs:annotation>
1138
+ <xs:sequence>
1139
+ <xs:element name="InterlineCarrierCode" type="xs:string" minOccurs="0">
1140
+ <xs:annotation>
1141
+ <xs:documentation>Freight Industry standard non-FedEx carrier identification</xs:documentation>
1142
+ </xs:annotation>
1143
+ </xs:element>
1144
+ <xs:element name="InterlineCarrierName" type="xs:string" minOccurs="0">
1145
+ <xs:annotation>
1146
+ <xs:documentation>The name of the Interline carrier.</xs:documentation>
1147
+ </xs:annotation>
1148
+ </xs:element>
1149
+ <xs:element name="AdditionalDays" type="xs:int" minOccurs="0">
1150
+ <xs:annotation>
1151
+ <xs:documentation>Additional time it might take at the origin or destination to pickup or deliver the freight. This is usually due to the remoteness of the location. This time is included in the total transit time.</xs:documentation>
1152
+ </xs:annotation>
1153
+ </xs:element>
1154
+ <xs:element name="LocalService" type="ns:ServiceType" minOccurs="0">
1155
+ <xs:annotation>
1156
+ <xs:documentation>Service branding which may be used for local pickup or delivery, distinct from service used for line-haul of customer's shipment.</xs:documentation>
1157
+ </xs:annotation>
1158
+ </xs:element>
1159
+ <xs:element name="LocalDistance" type="ns:Distance" minOccurs="0">
1160
+ <xs:annotation>
1161
+ <xs:documentation>Distance between customer address (pickup or delivery) and the supporting Freight / National Freight service center.</xs:documentation>
1162
+ </xs:annotation>
1163
+ </xs:element>
1164
+ <xs:element name="LocalDuration" type="xs:duration" minOccurs="0">
1165
+ <xs:annotation>
1166
+ <xs:documentation>Time to travel between customer address (pickup or delivery) and the supporting Freight / National Freight service center.</xs:documentation>
1167
+ </xs:annotation>
1168
+ </xs:element>
1169
+ <xs:element name="LocalServiceScheduling" type="ns:FreightServiceSchedulingType" minOccurs="0">
1170
+ <xs:annotation>
1171
+ <xs:documentation>Specifies when/how the customer can arrange for pickup or delivery.</xs:documentation>
1172
+ </xs:annotation>
1173
+ </xs:element>
1174
+ <xs:element name="LimitedServiceDays" type="ns:DayOfWeekType" minOccurs="0" maxOccurs="unbounded">
1175
+ <xs:annotation>
1176
+ <xs:documentation>Specifies days of operation if localServiceScheduling is LIMITED.</xs:documentation>
1177
+ </xs:annotation>
1178
+ </xs:element>
1179
+ <xs:element name="GatewayLocationId" type="xs:string" minOccurs="0">
1180
+ <xs:annotation>
1181
+ <xs:documentation>Freight service center that is a gateway on the border of Canada or Mexico.</xs:documentation>
1182
+ </xs:annotation>
1183
+ </xs:element>
1184
+ <xs:element name="Location" type="xs:string" minOccurs="0">
1185
+ <xs:annotation>
1186
+ <xs:documentation>Alphabetical code identifying a Freight Service Center</xs:documentation>
1187
+ </xs:annotation>
1188
+ </xs:element>
1189
+ <xs:element name="ContactAndAddress" type="ns:ContactAndAddress" minOccurs="0">
1190
+ <xs:annotation>
1191
+ <xs:documentation>Freight service center Contact and Address</xs:documentation>
1192
+ </xs:annotation>
1193
+ </xs:element>
1194
+ </xs:sequence>
1195
+ </xs:complexType>
1196
+ <xs:simpleType name="FreightServiceSchedulingType">
1197
+ <xs:annotation>
1198
+ <xs:documentation>Specifies the type of service scheduling offered from a Freight or National Freight Service Center to a customer-supplied address.</xs:documentation>
1199
+ </xs:annotation>
1200
+ <xs:restriction base="xs:string">
1201
+ <xs:enumeration value="LIMITED"/>
1202
+ <xs:enumeration value="STANDARD"/>
1203
+ <xs:enumeration value="WILL_CALL"/>
1204
+ </xs:restriction>
1205
+ </xs:simpleType>
1206
+ <xs:simpleType name="FreightShipmentRoleType">
1207
+ <xs:annotation>
1208
+ <xs:documentation>Indicates the role of the party submitting the transaction.</xs:documentation>
1209
+ </xs:annotation>
1210
+ <xs:restriction base="xs:string">
1211
+ <xs:enumeration value="CONSIGNEE"/>
1212
+ <xs:enumeration value="SHIPPER"/>
1213
+ <xs:enumeration value="THIRD_PARTY"/>
1214
+ </xs:restriction>
1215
+ </xs:simpleType>
1216
+ <xs:complexType name="HoldAtLocationDetail">
1217
+ <xs:annotation>
1218
+ <xs:documentation>Descriptive data required for a FedEx shipment that is to be held at the destination FedEx location for pickup by the recipient.</xs:documentation>
1219
+ </xs:annotation>
1220
+ <xs:sequence>
1221
+ <xs:element name="PhoneNumber" type="xs:string" minOccurs="0">
1222
+ <xs:annotation>
1223
+ <xs:documentation>Contact phone number for recipient of shipment.</xs:documentation>
1224
+ </xs:annotation>
1225
+ </xs:element>
1226
+ <xs:element name="LocationContactAndAddress" type="ns:ContactAndAddress" minOccurs="0">
1227
+ <xs:annotation>
1228
+ <xs:documentation>Contact and address of FedEx facility at which shipment is to be held.</xs:documentation>
1229
+ </xs:annotation>
1230
+ </xs:element>
1231
+ <xs:element name="LocationType" type="ns:FedExLocationType" minOccurs="0">
1232
+ <xs:annotation>
1233
+ <xs:documentation>Type of facility at which package/shipment is to be held.</xs:documentation>
1234
+ </xs:annotation>
1235
+ </xs:element>
1236
+ <xs:element name="LocationId" type="xs:string" minOccurs="0">
1237
+ <xs:annotation>
1238
+ <xs:documentation>Location identification (for facilities identified by an alphanumeric location code).</xs:documentation>
1239
+ </xs:annotation>
1240
+ </xs:element>
1241
+ <xs:element name="LocationNumber" type="xs:int" minOccurs="0">
1242
+ <xs:annotation>
1243
+ <xs:documentation>Location identification (for facilities identified by an numeric location code).</xs:documentation>
1244
+ </xs:annotation>
1245
+ </xs:element>
1246
+ </xs:sequence>
1247
+ </xs:complexType>
1248
+ <xs:complexType name="HomeDeliveryPremiumDetail">
1249
+ <xs:annotation>
1250
+ <xs:documentation>The descriptive data required by FedEx for home delivery services.</xs:documentation>
1251
+ </xs:annotation>
1252
+ <xs:sequence>
1253
+ <xs:element name="HomeDeliveryPremiumType" type="ns:HomeDeliveryPremiumType" minOccurs="0">
1254
+ <xs:annotation>
1255
+ <xs:documentation>The type of Home Delivery Premium service being requested.</xs:documentation>
1256
+ </xs:annotation>
1257
+ </xs:element>
1258
+ <xs:element name="Date" type="xs:date" minOccurs="0">
1259
+ <xs:annotation>
1260
+ <xs:documentation>Required for Date Certain Home Delivery.</xs:documentation>
1261
+ </xs:annotation>
1262
+ </xs:element>
1263
+ <xs:element name="PhoneNumber" type="xs:string" minOccurs="0">
1264
+ <xs:annotation>
1265
+ <xs:documentation>Required for Date Certain and Appointment Home Delivery.</xs:documentation>
1266
+ <xs:appinfo>
1267
+ <xs:MaxLength>15</xs:MaxLength>
1268
+ </xs:appinfo>
1269
+ </xs:annotation>
1270
+ </xs:element>
1271
+ </xs:sequence>
1272
+ </xs:complexType>
1273
+ <xs:simpleType name="HomeDeliveryPremiumType">
1274
+ <xs:annotation>
1275
+ <xs:documentation>The type of Home Delivery Premium service being requested.</xs:documentation>
1276
+ </xs:annotation>
1277
+ <xs:restriction base="xs:string">
1278
+ <xs:enumeration value="APPOINTMENT"/>
1279
+ <xs:enumeration value="DATE_CERTAIN"/>
1280
+ <xs:enumeration value="EVENING"/>
1281
+ </xs:restriction>
1282
+ </xs:simpleType>
1283
+ <xs:complexType name="InternationalControlledExportDetail">
1284
+ <xs:sequence>
1285
+ <xs:element name="Type" type="ns:InternationalControlledExportType" minOccurs="0"/>
1286
+ <xs:element name="ForeignTradeZoneCode" type="xs:string" minOccurs="0"/>
1287
+ <xs:element name="EntryNumber" type="xs:string" minOccurs="0"/>
1288
+ <xs:element name="LicenseOrPermitNumber" type="xs:string" minOccurs="0"/>
1289
+ <xs:element name="LicenseOrPermitExpirationDate" type="xs:date" minOccurs="0"/>
1290
+ </xs:sequence>
1291
+ </xs:complexType>
1292
+ <xs:simpleType name="InternationalControlledExportType">
1293
+ <xs:restriction base="xs:string">
1294
+ <xs:enumeration value="DEA_036"/>
1295
+ <xs:enumeration value="DEA_236"/>
1296
+ <xs:enumeration value="DEA_486"/>
1297
+ <xs:enumeration value="DSP_05"/>
1298
+ <xs:enumeration value="DSP_61"/>
1299
+ <xs:enumeration value="DSP_73"/>
1300
+ <xs:enumeration value="DSP_85"/>
1301
+ <xs:enumeration value="DSP_94"/>
1302
+ <xs:enumeration value="DSP_LICENSE_AGREEMENT"/>
1303
+ <xs:enumeration value="FROM_FOREIGN_TRADE_ZONE"/>
1304
+ <xs:enumeration value="WAREHOUSE_WITHDRAWAL"/>
1305
+ </xs:restriction>
1306
+ </xs:simpleType>
1307
+ <xs:simpleType name="LinearUnits">
1308
+ <xs:annotation>
1309
+ <xs:documentation>Identifies the collection of linear units of measure for a package dimension.</xs:documentation>
1310
+ </xs:annotation>
1311
+ <xs:restriction base="xs:string">
1312
+ <xs:enumeration value="CM"/>
1313
+ <xs:enumeration value="IN"/>
1314
+ </xs:restriction>
1315
+ </xs:simpleType>
1316
+ <xs:complexType name="Localization">
1317
+ <xs:annotation>
1318
+ <xs:documentation>Identifies the representation of human-readable text.</xs:documentation>
1319
+ </xs:annotation>
1320
+ <xs:sequence>
1321
+ <xs:element name="LanguageCode" type="xs:string" minOccurs="1">
1322
+ <xs:annotation>
1323
+ <xs:documentation>Two-letter code for language (e.g. EN, FR, etc.)</xs:documentation>
1324
+ </xs:annotation>
1325
+ </xs:element>
1326
+ <xs:element name="LocaleCode" type="xs:string" minOccurs="0">
1327
+ <xs:annotation>
1328
+ <xs:documentation>Two-letter code for the region (e.g. us, ca, etc..).</xs:documentation>
1329
+ </xs:annotation>
1330
+ </xs:element>
1331
+ </xs:sequence>
1332
+ </xs:complexType>
1333
+ <xs:complexType name="MarkingOrTaggingDetail">
1334
+ <xs:annotation>
1335
+ <xs:documentation>Specification for marking or tagging of pieces in shipment.</xs:documentation>
1336
+ </xs:annotation>
1337
+ <xs:sequence>
1338
+ <xs:element name="Count" type="xs:positiveInteger" minOccurs="0">
1339
+ <xs:annotation>
1340
+ <xs:documentation>Number of pieces to be marked or tagged by FedEx.</xs:documentation>
1341
+ </xs:annotation>
1342
+ </xs:element>
1343
+ </xs:sequence>
1344
+ </xs:complexType>
1345
+ <xs:complexType name="Money">
1346
+ <xs:annotation>
1347
+ <xs:documentation>The descriptive data for the medium of exchange for FedEx services.</xs:documentation>
1348
+ </xs:annotation>
1349
+ <xs:sequence>
1350
+ <xs:element name="Currency" type="xs:string" minOccurs="0">
1351
+ <xs:annotation>
1352
+ <xs:documentation>Identifies the currency of the monetary amount.</xs:documentation>
1353
+ <xs:appinfo>
1354
+ <xs:MaxLength>3</xs:MaxLength>
1355
+ </xs:appinfo>
1356
+ </xs:annotation>
1357
+ </xs:element>
1358
+ <xs:element name="Amount" type="xs:decimal" minOccurs="0">
1359
+ <xs:annotation>
1360
+ <xs:documentation>Identifies the monetary amount.</xs:documentation>
1361
+ </xs:annotation>
1362
+ </xs:element>
1363
+ </xs:sequence>
1364
+ </xs:complexType>
1365
+ <xs:complexType name="NonBusinessTimeDetail">
1366
+ <xs:annotation>
1367
+ <xs:documentation>Specification for services performed during non-business hours and/or days.</xs:documentation>
1368
+ </xs:annotation>
1369
+ <xs:sequence>
1370
+ <xs:element name="PersonDays" type="xs:nonNegativeInteger" minOccurs="0">
1371
+ <xs:annotation>
1372
+ <xs:documentation>Total number of person days for full non-business days.</xs:documentation>
1373
+ </xs:annotation>
1374
+ </xs:element>
1375
+ <xs:element name="PersonHours" type="xs:nonNegativeInteger" minOccurs="0">
1376
+ <xs:annotation>
1377
+ <xs:documentation>Total number of person hours (whole or partial hours) for non-business hours.</xs:documentation>
1378
+ </xs:annotation>
1379
+ </xs:element>
1380
+ </xs:sequence>
1381
+ </xs:complexType>
1382
+ <xs:complexType name="Notification">
1383
+ <xs:annotation>
1384
+ <xs:documentation>The descriptive data regarding the result of the submitted transaction.</xs:documentation>
1385
+ </xs:annotation>
1386
+ <xs:sequence>
1387
+ <xs:element name="Severity" type="ns:NotificationSeverityType" minOccurs="0">
1388
+ <xs:annotation>
1389
+ <xs:documentation>The severity of this notification. This can indicate success or failure or some other information about the request. The values that can be returned are SUCCESS - Your transaction succeeded with no other applicable information. NOTE - Additional information that may be of interest to you about your transaction. WARNING - Additional information that you need to know about your transaction that you may need to take action on. ERROR - Information about an error that occurred while processing your transaction. FAILURE - FedEx was unable to process your transaction at this time due to a system failure. Please try again later</xs:documentation>
1390
+ </xs:annotation>
1391
+ </xs:element>
1392
+ <xs:element name="Source" type="xs:string" minOccurs="0">
1393
+ <xs:annotation>
1394
+ <xs:documentation>Indicates the source of this notification. Combined with the Code it uniquely identifies this notification</xs:documentation>
1395
+ </xs:annotation>
1396
+ </xs:element>
1397
+ <xs:element name="Code" type="xs:string" minOccurs="0">
1398
+ <xs:annotation>
1399
+ <xs:documentation>A code that represents this notification. Combined with the Source it uniquely identifies this notification.</xs:documentation>
1400
+ </xs:annotation>
1401
+ </xs:element>
1402
+ <xs:element name="Message" type="xs:string" minOccurs="0">
1403
+ <xs:annotation>
1404
+ <xs:documentation>Human-readable text that explains this notification.</xs:documentation>
1405
+ </xs:annotation>
1406
+ </xs:element>
1407
+ <xs:element name="LocalizedMessage" type="xs:string" minOccurs="0">
1408
+ <xs:annotation>
1409
+ <xs:documentation>The translated message. The language and locale specified in the ClientDetail. Localization are used to determine the representation. Currently only supported in a TrackReply.</xs:documentation>
1410
+ </xs:annotation>
1411
+ </xs:element>
1412
+ <xs:element name="MessageParameters" type="ns:NotificationParameter" minOccurs="0" maxOccurs="unbounded">
1413
+ <xs:annotation>
1414
+ <xs:documentation>A collection of name/value pairs that provide specific data to help the client determine the nature of an error (or warning, etc.) witout having to parse the message string.</xs:documentation>
1415
+ </xs:annotation>
1416
+ </xs:element>
1417
+ </xs:sequence>
1418
+ </xs:complexType>
1419
+ <xs:complexType name="NotificationParameter">
1420
+ <xs:sequence>
1421
+ <xs:element name="Id" type="xs:string" minOccurs="0">
1422
+ <xs:annotation>
1423
+ <xs:documentation>Identifies the type of data contained in Value (e.g. SERVICE_TYPE, PACKAGE_SEQUENCE, etc..).</xs:documentation>
1424
+ </xs:annotation>
1425
+ </xs:element>
1426
+ <xs:element name="Value" type="xs:string" minOccurs="0">
1427
+ <xs:annotation>
1428
+ <xs:documentation>The value of the parameter (e.g. PRIORITY_OVERNIGHT, 2, etc..).</xs:documentation>
1429
+ </xs:annotation>
1430
+ </xs:element>
1431
+ </xs:sequence>
1432
+ </xs:complexType>
1433
+ <xs:simpleType name="NotificationSeverityType">
1434
+ <xs:annotation>
1435
+ <xs:documentation>Identifies the set of severity values for a Notification.</xs:documentation>
1436
+ </xs:annotation>
1437
+ <xs:restriction base="xs:string">
1438
+ <xs:enumeration value="ERROR"/>
1439
+ <xs:enumeration value="FAILURE"/>
1440
+ <xs:enumeration value="NOTE"/>
1441
+ <xs:enumeration value="SUCCESS"/>
1442
+ <xs:enumeration value="WARNING"/>
1443
+ </xs:restriction>
1444
+ </xs:simpleType>
1445
+ <xs:simpleType name="PackagingType">
1446
+ <xs:restriction base="xs:string">
1447
+ <xs:enumeration value="FEDEX_10KG_BOX"/>
1448
+ <xs:enumeration value="FEDEX_25KG_BOX"/>
1449
+ <xs:enumeration value="FEDEX_BOX"/>
1450
+ <xs:enumeration value="FEDEX_ENVELOPE"/>
1451
+ <xs:enumeration value="FEDEX_PAK"/>
1452
+ <xs:enumeration value="FEDEX_TUBE"/>
1453
+ <xs:enumeration value="YOUR_PACKAGING"/>
1454
+ </xs:restriction>
1455
+ </xs:simpleType>
1456
+ <xs:complexType name="PalletShrinkwrapDetail">
1457
+ <xs:annotation>
1458
+ <xs:documentation>Specifications for pallets to be shrinkwrapped as part of a Freight shipment.</xs:documentation>
1459
+ </xs:annotation>
1460
+ <xs:sequence>
1461
+ <xs:element name="PalletCount" type="xs:positiveInteger" minOccurs="0">
1462
+ <xs:annotation>
1463
+ <xs:documentation>Number of pallets to be shrinkwrapped.</xs:documentation>
1464
+ </xs:annotation>
1465
+ </xs:element>
1466
+ </xs:sequence>
1467
+ </xs:complexType>
1468
+ <xs:complexType name="PalletsProvidedDetail">
1469
+ <xs:annotation>
1470
+ <xs:documentation>Specifications for pallets to be provided on Freight shipment.</xs:documentation>
1471
+ </xs:annotation>
1472
+ <xs:sequence>
1473
+ <xs:element name="PalletCount" type="xs:positiveInteger" minOccurs="0">
1474
+ <xs:annotation>
1475
+ <xs:documentation>Number of pallets to be provided.</xs:documentation>
1476
+ </xs:annotation>
1477
+ </xs:element>
1478
+ </xs:sequence>
1479
+ </xs:complexType>
1480
+ <xs:complexType name="ParsedContact">
1481
+ <xs:annotation>
1482
+ <xs:documentation>This type contains equivalent data to Contact, but uses a form of person name with separate first and last names.</xs:documentation>
1483
+ </xs:annotation>
1484
+ <xs:sequence>
1485
+ <xs:element name="PersonName" type="ns:ParsedPersonName" minOccurs="0">
1486
+ <xs:annotation>
1487
+ <xs:documentation>The name of the person.</xs:documentation>
1488
+ </xs:annotation>
1489
+ </xs:element>
1490
+ <xs:element name="Title" type="xs:string" minOccurs="0">
1491
+ <xs:annotation>
1492
+ <xs:documentation>The title of the person.</xs:documentation>
1493
+ </xs:annotation>
1494
+ </xs:element>
1495
+ <xs:element name="CompanyName" type="xs:string" minOccurs="0">
1496
+ <xs:annotation>
1497
+ <xs:documentation>The name of the company, this person is working for.</xs:documentation>
1498
+ </xs:annotation>
1499
+ </xs:element>
1500
+ <xs:element name="PhoneNumber" type="xs:string" minOccurs="0">
1501
+ <xs:annotation>
1502
+ <xs:documentation>Phone number of the person.</xs:documentation>
1503
+ </xs:annotation>
1504
+ </xs:element>
1505
+ <xs:element name="PagerNumber" type="xs:string" minOccurs="0">
1506
+ <xs:annotation>
1507
+ <xs:documentation>Pager number of the person.</xs:documentation>
1508
+ </xs:annotation>
1509
+ </xs:element>
1510
+ <xs:element name="FaxNumber" type="xs:string" minOccurs="0">
1511
+ <xs:annotation>
1512
+ <xs:documentation>Fax number of the person.</xs:documentation>
1513
+ </xs:annotation>
1514
+ </xs:element>
1515
+ <xs:element name="EMailAddress" type="xs:string" minOccurs="0">
1516
+ <xs:annotation>
1517
+ <xs:documentation>Email address information.</xs:documentation>
1518
+ </xs:annotation>
1519
+ </xs:element>
1520
+ </xs:sequence>
1521
+ </xs:complexType>
1522
+ <xs:complexType name="ParsedContactAndAddress">
1523
+ <xs:annotation>
1524
+ <xs:documentation>This type contains equivalent data to ContactAndAddress, but uses a form of person name with separate first, middle and last names.</xs:documentation>
1525
+ </xs:annotation>
1526
+ <xs:sequence>
1527
+ <xs:element name="Contact" type="ns:ParsedContact" minOccurs="0"/>
1528
+ <xs:element name="Address" type="ns:Address" minOccurs="0"/>
1529
+ </xs:sequence>
1530
+ </xs:complexType>
1531
+ <xs:complexType name="ParsedPersonName">
1532
+ <xs:annotation>
1533
+ <xs:documentation>Middle name added to support credit card fraud detection.</xs:documentation>
1534
+ </xs:annotation>
1535
+ <xs:sequence>
1536
+ <xs:element name="FirstName" type="xs:string" minOccurs="0">
1537
+ <xs:annotation>
1538
+ <xs:documentation>The First name of the person.</xs:documentation>
1539
+ </xs:annotation>
1540
+ </xs:element>
1541
+ <xs:element name="MiddleName" type="xs:string" minOccurs="0">
1542
+ <xs:annotation>
1543
+ <xs:documentation>The middle name of the person.</xs:documentation>
1544
+ </xs:annotation>
1545
+ </xs:element>
1546
+ <xs:element name="LastName" type="xs:string" minOccurs="0">
1547
+ <xs:annotation>
1548
+ <xs:documentation>The last name of the person.</xs:documentation>
1549
+ </xs:annotation>
1550
+ </xs:element>
1551
+ </xs:sequence>
1552
+ </xs:complexType>
1553
+ <xs:complexType name="Party">
1554
+ <xs:annotation>
1555
+ <xs:documentation>The descriptive data for a person or company entitiy doing business with FedEx.</xs:documentation>
1556
+ </xs:annotation>
1557
+ <xs:sequence>
1558
+ <xs:element name="AccountNumber" type="xs:string" minOccurs="0">
1559
+ <xs:annotation>
1560
+ <xs:documentation>Identifies the FedEx account number assigned to the customer.</xs:documentation>
1561
+ <xs:appinfo>
1562
+ <xs:MaxLength>12</xs:MaxLength>
1563
+ </xs:appinfo>
1564
+ </xs:annotation>
1565
+ </xs:element>
1566
+ <xs:element name="Tins" type="ns:TaxpayerIdentification" minOccurs="0" maxOccurs="unbounded"/>
1567
+ <xs:element name="Contact" type="ns:Contact" minOccurs="0">
1568
+ <xs:annotation>
1569
+ <xs:documentation>Descriptive data identifying the point-of-contact person.</xs:documentation>
1570
+ </xs:annotation>
1571
+ </xs:element>
1572
+ <xs:element name="Address" type="ns:Address" minOccurs="0">
1573
+ <xs:annotation>
1574
+ <xs:documentation>The descriptive data for a physical location.</xs:documentation>
1575
+ </xs:annotation>
1576
+ </xs:element>
1577
+ </xs:sequence>
1578
+ </xs:complexType>
1579
+ <xs:complexType name="Payment">
1580
+ <xs:annotation>
1581
+ <xs:documentation>The descriptive data for the monetary compensation given to FedEx for services rendered to the customer.</xs:documentation>
1582
+ </xs:annotation>
1583
+ <xs:sequence>
1584
+ <xs:element name="PaymentType" type="ns:PaymentType" minOccurs="0">
1585
+ <xs:annotation>
1586
+ <xs:documentation>Identifies the method of payment for a service. See PaymentType for list of valid enumerated values.</xs:documentation>
1587
+ </xs:annotation>
1588
+ </xs:element>
1589
+ <xs:element name="Payor" type="ns:Payor" minOccurs="0">
1590
+ <xs:annotation>
1591
+ <xs:documentation>Descriptive data identifying the party responsible for payment for a service.</xs:documentation>
1592
+ </xs:annotation>
1593
+ </xs:element>
1594
+ <xs:element name="CreditCard" type="ns:CreditCard" minOccurs="0"/>
1595
+ <xs:element name="CreditCardTransactionDetail" type="ns:CreditCardTransactionDetail" minOccurs="0"/>
1596
+ <xs:element name="Amount" type="ns:Money" minOccurs="0">
1597
+ <xs:annotation>
1598
+ <xs:documentation>Descriptive data for the payor's cash payment.</xs:documentation>
1599
+ </xs:annotation>
1600
+ </xs:element>
1601
+ </xs:sequence>
1602
+ </xs:complexType>
1603
+ <xs:simpleType name="PaymentType">
1604
+ <xs:annotation>
1605
+ <xs:documentation>Identifies the method of payment for a service.</xs:documentation>
1606
+ </xs:annotation>
1607
+ <xs:restriction base="xs:string">
1608
+ <xs:enumeration value="ACCOUNT"/>
1609
+ <xs:enumeration value="CASH"/>
1610
+ <xs:enumeration value="COLLECT"/>
1611
+ <xs:enumeration value="CREDIT_CARD"/>
1612
+ <xs:enumeration value="RECIPIENT"/>
1613
+ <xs:enumeration value="SENDER"/>
1614
+ <xs:enumeration value="THIRD_PARTY"/>
1615
+ </xs:restriction>
1616
+ </xs:simpleType>
1617
+ <xs:complexType name="Payor">
1618
+ <xs:annotation>
1619
+ <xs:documentation>The descriptive data identifying the party responsible for payment for a service.</xs:documentation>
1620
+ </xs:annotation>
1621
+ <xs:sequence>
1622
+ <xs:element name="AccountNumber" type="xs:string" minOccurs="0">
1623
+ <xs:annotation>
1624
+ <xs:documentation>Identifies the FedEx account number assigned to the payor.</xs:documentation>
1625
+ <xs:appinfo>
1626
+ <xs:MaxLength>12</xs:MaxLength>
1627
+ </xs:appinfo>
1628
+ </xs:annotation>
1629
+ </xs:element>
1630
+ <xs:element name="CountryCode" type="xs:string" minOccurs="0">
1631
+ <xs:annotation>
1632
+ <xs:documentation>Identifies the country of the payor.</xs:documentation>
1633
+ <xs:appinfo>
1634
+ <xs:MaxLength>2</xs:MaxLength>
1635
+ ` </xs:appinfo>
1636
+ </xs:annotation>
1637
+ </xs:element>
1638
+ <xs:element name="AssociatedAccounts" type="ns:AssociatedAccount" minOccurs="0" maxOccurs="unbounded"/>
1639
+ </xs:sequence>
1640
+ </xs:complexType>
1641
+ <xs:complexType name="PendingShipmentDetail">
1642
+ <xs:annotation>
1643
+ <xs:documentation>This information describes the kind of pending shipment being requested.</xs:documentation>
1644
+ </xs:annotation>
1645
+ <xs:sequence>
1646
+ <xs:element name="Type" type="ns:PendingShipmentType" minOccurs="0">
1647
+ <xs:annotation>
1648
+ <xs:documentation>Identifies the type of FedEx pending shipment</xs:documentation>
1649
+ </xs:annotation>
1650
+ </xs:element>
1651
+ <xs:element name="ExpirationDate" type="xs:date" minOccurs="0">
1652
+ <xs:annotation>
1653
+ <xs:documentation>Date after which the pending shipment will no longer be available for completion.</xs:documentation>
1654
+ </xs:annotation>
1655
+ </xs:element>
1656
+ <xs:element name="EmailLabelDetail" type="ns:EMailLabelDetail" minOccurs="0">
1657
+ <xs:annotation>
1658
+ <xs:documentation>Only used with type of EMAIL.</xs:documentation>
1659
+ </xs:annotation>
1660
+ </xs:element>
1661
+ </xs:sequence>
1662
+ </xs:complexType>
1663
+ <xs:simpleType name="PendingShipmentType">
1664
+ <xs:annotation>
1665
+ <xs:documentation>Identifies the type of service for a pending shipment.</xs:documentation>
1666
+ </xs:annotation>
1667
+ <xs:restriction base="xs:string">
1668
+ <xs:enumeration value="EMAIL"/>
1669
+ </xs:restriction>
1670
+ </xs:simpleType>
1671
+ <xs:simpleType name="PhysicalPackagingType">
1672
+ <xs:annotation>
1673
+ <xs:documentation>This enumeration rationalizes the former FedEx Express international "admissibility package" types (based on ANSI X.12) and the FedEx Freight packaging types. The values represented are those common to both carriers.</xs:documentation>
1674
+ </xs:annotation>
1675
+ <xs:restriction base="xs:string">
1676
+ <xs:enumeration value="BAG"/>
1677
+ <xs:enumeration value="BARREL"/>
1678
+ <xs:enumeration value="BASKET"/>
1679
+ <xs:enumeration value="BOX"/>
1680
+ <xs:enumeration value="BUCKET"/>
1681
+ <xs:enumeration value="BUNDLE"/>
1682
+ <xs:enumeration value="CARTON"/>
1683
+ <xs:enumeration value="CASE"/>
1684
+ <xs:enumeration value="CONTAINER"/>
1685
+ <xs:enumeration value="CRATE"/>
1686
+ <xs:enumeration value="CYLINDER"/>
1687
+ <xs:enumeration value="DRUM"/>
1688
+ <xs:enumeration value="ENVELOPE"/>
1689
+ <xs:enumeration value="HAMPER"/>
1690
+ <xs:enumeration value="OTHER"/>
1691
+ <xs:enumeration value="PAIL"/>
1692
+ <xs:enumeration value="PALLET"/>
1693
+ <xs:enumeration value="PIECE"/>
1694
+ <xs:enumeration value="REEL"/>
1695
+ <xs:enumeration value="ROLL"/>
1696
+ <xs:enumeration value="SKID"/>
1697
+ <xs:enumeration value="TANK"/>
1698
+ <xs:enumeration value="TUBE"/>
1699
+ </xs:restriction>
1700
+ </xs:simpleType>
1701
+ <xs:complexType name="PickupAvailabilityReply">
1702
+ <xs:annotation>
1703
+ <xs:documentation>The descriptive data returned to a client in response to a cancel dispatch request.</xs:documentation>
1704
+ </xs:annotation>
1705
+ <xs:sequence>
1706
+ <xs:element name="HighestSeverity" type="ns:NotificationSeverityType" minOccurs="1">
1707
+ <xs:annotation>
1708
+ <xs:documentation>Identifies the highest severity encountered when executing the request; in order from high to low: FAILURE, ERROR, WARNING, NOTE, SUCCESS.</xs:documentation>
1709
+ </xs:annotation>
1710
+ </xs:element>
1711
+ <xs:element name="Notifications" type="ns:Notification" minOccurs="1" maxOccurs="unbounded">
1712
+ <xs:annotation>
1713
+ <xs:documentation>The descriptive data detailing the status of a sumbitted transaction.</xs:documentation>
1714
+ </xs:annotation>
1715
+ </xs:element>
1716
+ <xs:element name="TransactionDetail" type="ns:TransactionDetail" minOccurs="0">
1717
+ <xs:annotation>
1718
+ <xs:documentation>Descriptive data that governs data payload language/translations. The TransactionDetail from the request is echoed back to the caller in the corresponding reply.</xs:documentation>
1719
+ </xs:annotation>
1720
+ </xs:element>
1721
+ <xs:element name="Version" type="ns:VersionId" minOccurs="1">
1722
+ <xs:annotation>
1723
+ <xs:documentation>Identifies the version/level of a service operation expected by a caller (in each request) and performed by the callee (in each reply).</xs:documentation>
1724
+ </xs:annotation>
1725
+ </xs:element>
1726
+ <xs:element name="RequestTimestamp" type="xs:dateTime" minOccurs="0">
1727
+ <xs:annotation>
1728
+ <xs:documentation>the point in time when the request was processed</xs:documentation>
1729
+ </xs:annotation>
1730
+ </xs:element>
1731
+ <xs:element name="Options" type="ns:PickupScheduleOption" minOccurs="0" maxOccurs="unbounded">
1732
+ <xs:annotation>
1733
+ <xs:documentation>Identifies the options for picking up the shipment.</xs:documentation>
1734
+ </xs:annotation>
1735
+ </xs:element>
1736
+ <xs:element name="CloseTimeType" type="ns:CloseTimeType" minOccurs="0">
1737
+ <xs:annotation>
1738
+ <xs:documentation>Identifies whether the close time is specified by the customer or is the default time.</xs:documentation>
1739
+ </xs:annotation>
1740
+ </xs:element>
1741
+ <xs:element name="CloseTime" type="xs:time" minOccurs="0">
1742
+ <xs:annotation>
1743
+ <xs:documentation>Close time corresponding to the above specified type</xs:documentation>
1744
+ </xs:annotation>
1745
+ </xs:element>
1746
+ <xs:element name="LocalTime" type="xs:time" minOccurs="0">
1747
+ <xs:annotation>
1748
+ <xs:documentation>Local time of the service center that will service the pickup</xs:documentation>
1749
+ </xs:annotation>
1750
+ </xs:element>
1751
+ </xs:sequence>
1752
+ </xs:complexType>
1753
+ <xs:complexType name="PickupAvailabilityRequest">
1754
+ <xs:annotation>
1755
+ <xs:documentation>The descriptive data to request availability of pickup.</xs:documentation>
1756
+ </xs:annotation>
1757
+ <xs:sequence>
1758
+ <xs:element name="WebAuthenticationDetail" type="ns:WebAuthenticationDetail" minOccurs="1">
1759
+ <xs:annotation>
1760
+ <xs:documentation>Descriptive data to be used in authentication of the sender's identity (and right to use FedEx web services).</xs:documentation>
1761
+ </xs:annotation>
1762
+ </xs:element>
1763
+ <xs:element name="ClientDetail" type="ns:ClientDetail" minOccurs="1">
1764
+ <xs:annotation>
1765
+ <xs:documentation>The descriptive data identifying the client submitting the transaction.</xs:documentation>
1766
+ </xs:annotation>
1767
+ </xs:element>
1768
+ <xs:element name="TransactionDetail" type="ns:TransactionDetail" minOccurs="0">
1769
+ <xs:annotation>
1770
+ <xs:documentation>The descriptive data for this customer transaction. The TransactionDetail from the request is echoed back to the caller in the corresponding reply.</xs:documentation>
1771
+ </xs:annotation>
1772
+ </xs:element>
1773
+ <xs:element name="Version" type="ns:VersionId" minOccurs="1">
1774
+ <xs:annotation>
1775
+ <xs:documentation>Identifies the version/level of a service operation expected by a caller (in each request) and performed by the callee (in each reply).</xs:documentation>
1776
+ </xs:annotation>
1777
+ </xs:element>
1778
+ <xs:element name="AccountNumber" type="ns:AssociatedAccount" minOccurs="0">
1779
+ <xs:annotation>
1780
+ <xs:documentation>Identifies the account number for Freight Pickup Availability</xs:documentation>
1781
+ </xs:annotation>
1782
+ </xs:element>
1783
+ <xs:element name="PickupAddress" type="ns:Address" minOccurs="0">
1784
+ <xs:annotation>
1785
+ <xs:documentation>Descriptive data providing information about address to pickup from.</xs:documentation>
1786
+ </xs:annotation>
1787
+ </xs:element>
1788
+ <xs:element name="PickupRequestType" type="ns:PickupRequestType" minOccurs="0" maxOccurs="unbounded">
1789
+ <xs:annotation>
1790
+ <xs:documentation>An array of PickupRequestType. If SAME_DAY is included, Options with ScheduleDay of SAME_DAY will be included in the reply.
1791
+ If FUTURE_DAY is included, Options with ScheduleDay of FUTURE_DAY will be included in the reply.</xs:documentation>
1792
+ </xs:annotation>
1793
+ </xs:element>
1794
+ <xs:element name="DispatchDate" type="xs:date" minOccurs="0">
1795
+ <xs:annotation>
1796
+ <xs:documentation>The dispatch date (in the local time zone) for the pickup whose availability is being requested.</xs:documentation>
1797
+ </xs:annotation>
1798
+ </xs:element>
1799
+ <xs:element name="NumberOfBusinessDays" type="xs:positiveInteger" minOccurs="0">
1800
+ <xs:annotation>
1801
+ <xs:documentation>Number of business days to consider when checking availability.</xs:documentation>
1802
+ </xs:annotation>
1803
+ </xs:element>
1804
+ <xs:element name="PackageReadyTime" type="xs:time" minOccurs="0">
1805
+ <xs:annotation>
1806
+ <xs:documentation>The time when the package will be ready to be picked up. The time is local to the pickup postal code, in 24-hour form (e.g. 13:00:00). It should not contain a TZD. If a TZD is included, it will be ignored</xs:documentation>
1807
+ </xs:annotation>
1808
+ </xs:element>
1809
+ <xs:element name="CustomerCloseTime" type="xs:time" minOccurs="0">
1810
+ <xs:annotation>
1811
+ <xs:documentation>The lastest time at which the courier will be able to gain access to pick up the package(s). The time is local to the pickup postal code, in 24-hour form (e.g. 17:00:00). It should not contain a TZD. If a TZD is included, it will be ignored</xs:documentation>
1812
+ </xs:annotation>
1813
+ </xs:element>
1814
+ <xs:element name="Carriers" type="ns:CarrierCodeType" minOccurs="0" maxOccurs="unbounded">
1815
+ <xs:annotation>
1816
+ <xs:documentation>The FedEx carrier(s) for which availability is requested.</xs:documentation>
1817
+ </xs:annotation>
1818
+ </xs:element>
1819
+ <xs:element name="ShipmentAttributes" type="ns:PickupShipmentAttributes" minOccurs="0">
1820
+ <xs:annotation>
1821
+ <xs:documentation>Descriptive information about the shipment.</xs:documentation>
1822
+ </xs:annotation>
1823
+ </xs:element>
1824
+ </xs:sequence>
1825
+ </xs:complexType>
1826
+ <xs:simpleType name="PickupBuildingLocationType">
1827
+ <xs:annotation>
1828
+ <xs:documentation>Identifies the valid set of valid building locations for package pickup.</xs:documentation>
1829
+ </xs:annotation>
1830
+ <xs:restriction base="xs:string">
1831
+ <xs:enumeration value="FRONT"/>
1832
+ <xs:enumeration value="NONE"/>
1833
+ <xs:enumeration value="REAR"/>
1834
+ <xs:enumeration value="SIDE"/>
1835
+ </xs:restriction>
1836
+ </xs:simpleType>
1837
+ <xs:simpleType name="PickupEventType">
1838
+ <xs:annotation>
1839
+ <xs:documentation>Status of the pickup</xs:documentation>
1840
+ </xs:annotation>
1841
+ <xs:restriction base="xs:string">
1842
+ <xs:enumeration value="ASSIGNED_TO_DRIVER"/>
1843
+ <xs:enumeration value="CANCELED"/>
1844
+ <xs:enumeration value="EXCEPTION"/>
1845
+ <xs:enumeration value="PICKED_UP"/>
1846
+ <xs:enumeration value="SCHEDULED"/>
1847
+ </xs:restriction>
1848
+ </xs:simpleType>
1849
+ <xs:complexType name="PickupOriginDetail">
1850
+ <xs:annotation>
1851
+ <xs:documentation>Descriptive data about the origin of the shipment being picked up by FedEx.</xs:documentation>
1852
+ </xs:annotation>
1853
+ <xs:sequence>
1854
+ <xs:element name="UseAccountAddress" type="xs:boolean" minOccurs="0">
1855
+ <xs:annotation>
1856
+ <xs:documentation>Flag identifies if customer wants to use Account address or send and alternate address for pickup.</xs:documentation>
1857
+ </xs:annotation>
1858
+ </xs:element>
1859
+ <xs:element name="AddressId" type="xs:string" minOccurs="0">
1860
+ <xs:annotation>
1861
+ <xs:documentation>FedEx USE ONLY (with IVR client)</xs:documentation>
1862
+ </xs:annotation>
1863
+ </xs:element>
1864
+ <xs:element name="PickupLocation" type="ns:ContactAndAddress" minOccurs="0">
1865
+ <xs:annotation>
1866
+ <xs:documentation>Descriptive data about the physical location of the package being picked up by FedEx.</xs:documentation>
1867
+ </xs:annotation>
1868
+ </xs:element>
1869
+ <xs:element name="PackageLocation" type="ns:PickupBuildingLocationType" minOccurs="0">
1870
+ <xs:annotation>
1871
+ <xs:documentation>Identifies the physical location where the courier should pick up the shipment. See CourierDispatchBuildingLocationType for valid values.</xs:documentation>
1872
+ </xs:annotation>
1873
+ </xs:element>
1874
+ <xs:element name="BuildingPart" type="ns:BuildingPartCode" minOccurs="0"/>
1875
+ <xs:element name="BuildingPartDescription" type="xs:string" minOccurs="0">
1876
+ <xs:annotation>
1877
+ <xs:documentation>Identifies additional descriptive information associated with the BuildingPartCode to assist the FedEx courier in finding the pickup location.</xs:documentation>
1878
+ </xs:annotation>
1879
+ </xs:element>
1880
+ <xs:element name="ReadyTimestamp" type="xs:dateTime" minOccurs="0">
1881
+ <xs:annotation>
1882
+ <xs:documentation>Identifies the date and time the package will be ready for pickup by FedEx. Both the date and time portions of the string are expected to be used. The date should not be a past date or a date more than 10 days in the future. The time is the local time of the pickup based on the shipper's time zone. The date component must be in the format: YYYY-MM-DD (e.g. 2006-06-26). The time component must be in the format: HH:MM:SS in 24-hour form. The date and time parts are separated by the letter T (e.g. 2006-06-26T17:00:00). Because this is a local time, no TZD should be included. If a TZD is included, it will be ignored, and the time treated as local to the pickup postal code.</xs:documentation>
1883
+ </xs:annotation>
1884
+ </xs:element>
1885
+ <xs:element name="CompanyCloseTime" type="xs:time" minOccurs="0">
1886
+ <xs:annotation>
1887
+ <xs:documentation>Identifies the close time of the company requesting the pickup. The time is the local time of the pickup based on the shipper's time zone. The time component must be in the format: HH:MM:SS in 24-hour form (e.g. 17:00:00). Because this is a local time, no TZD should be included. If a TZD is included, it will be ignored, and the time treated as local to the pickup postal code.</xs:documentation>
1888
+ </xs:annotation>
1889
+ </xs:element>
1890
+ <xs:element name="StayLate" type="xs:boolean" minOccurs="0">
1891
+ <xs:annotation>
1892
+ <xs:documentation>FedEx IVR Only. Customer is willing to stay late for pickup.</xs:documentation>
1893
+ </xs:annotation>
1894
+ </xs:element>
1895
+ <xs:element name="PickupDateType" type="ns:PickupRequestType" minOccurs="0">
1896
+ <xs:annotation>
1897
+ <xs:documentation>FedEx USE ONLY (with IVR client)</xs:documentation>
1898
+ </xs:annotation>
1899
+ </xs:element>
1900
+ <xs:element name="LastAccessTime" type="xs:time" minOccurs="0">
1901
+ <xs:annotation>
1902
+ <xs:documentation>FedEx IVR Only</xs:documentation>
1903
+ </xs:annotation>
1904
+ </xs:element>
1905
+ <xs:element name="GeographicalPostalCode" type="xs:string" minOccurs="0">
1906
+ <xs:annotation>
1907
+ <xs:documentation>Alternate postal code tied to pickup location (European pickups)</xs:documentation>
1908
+ </xs:annotation>
1909
+ </xs:element>
1910
+ <xs:element name="Location" type="xs:string" minOccurs="0">
1911
+ <xs:annotation>
1912
+ <xs:documentation>FedEx USE ONLY</xs:documentation>
1913
+ </xs:annotation>
1914
+ </xs:element>
1915
+ <xs:element name="DeleteLastUsed" type="xs:boolean" minOccurs="0">
1916
+ <xs:annotation>
1917
+ <xs:documentation>FedEx USE ONLY (with IVR client)</xs:documentation>
1918
+ </xs:annotation>
1919
+ </xs:element>
1920
+ <xs:element name="SuppliesRequested" type="xs:string" minOccurs="0"/>
1921
+ <xs:element name="EarlyPickup" type="xs:boolean" minOccurs="0">
1922
+ <xs:annotation>
1923
+ <xs:documentation>Applies only to Europe</xs:documentation>
1924
+ </xs:annotation>
1925
+ </xs:element>
1926
+ </xs:sequence>
1927
+ </xs:complexType>
1928
+ <xs:simpleType name="PickupRequestType">
1929
+ <xs:annotation>
1930
+ <xs:documentation>Describes the relationship between the date on which a dispatch occurs and the date on which it is created (scheduled)
1931
+ by means of a CourierDispatchRequest. FUTURE_DAY means that the dispatch date is later than the date on which it is created.
1932
+ SAME_DAY means that the dispatch is to occur on the date on which it is created.
1933
+ </xs:documentation>
1934
+ </xs:annotation>
1935
+ <xs:restriction base="xs:string">
1936
+ <xs:enumeration value="FUTURE_DAY"/>
1937
+ <xs:enumeration value="SAME_DAY"/>
1938
+ </xs:restriction>
1939
+ </xs:simpleType>
1940
+ <xs:complexType name="PickupScheduleOption">
1941
+ <xs:annotation>
1942
+ <xs:documentation>The constraints on the scheduling of a dispatch, where that dispatch would be made by the Carrier, occur on the PickupDate,
1943
+ and would be scheduled (created by means of a CourierDispatchRequest) on a date related to the PickupDate as described
1944
+ by the "ScheduleDay" (SAME_DAY meaning that the creation would occur on the PickupDate, and FUTURE_DAY meaning that the creation
1945
+ would occur on a date prior to the PickupDate).</xs:documentation>
1946
+ </xs:annotation>
1947
+ <xs:sequence>
1948
+ <xs:element name="Carrier" type="ns:CarrierCodeType" minOccurs="0">
1949
+ <xs:annotation>
1950
+ <xs:documentation>the carrier to which this PickupScheduleOption applies</xs:documentation>
1951
+ </xs:annotation>
1952
+ </xs:element>
1953
+ <xs:element name="Description" type="xs:string" minOccurs="0">
1954
+ <xs:annotation>
1955
+ <xs:documentation>Descriptive information about the shipment.</xs:documentation>
1956
+ </xs:annotation>
1957
+ </xs:element>
1958
+ <xs:element name="ScheduleDay" type="ns:PickupRequestType" minOccurs="0">
1959
+ <xs:annotation>
1960
+ <xs:documentation>Tells whether this option describes a dispatch created on the dispatch date (SAME_DAY), or on a prior date (FUTURE_DAY)</xs:documentation>
1961
+ </xs:annotation>
1962
+ </xs:element>
1963
+ <xs:element name="Available" type="xs:boolean" minOccurs="0">
1964
+ <xs:annotation>
1965
+ <xs:documentation>True if this pickup option is available.</xs:documentation>
1966
+ </xs:annotation>
1967
+ </xs:element>
1968
+ <xs:element name="PickupDate" type="xs:date" minOccurs="0">
1969
+ <xs:annotation>
1970
+ <xs:documentation>Identifies the date (in the postal code's time zone) to which this PickupScheduleOption refers.</xs:documentation>
1971
+ </xs:annotation>
1972
+ </xs:element>
1973
+ <xs:element name="CutOffTime" type="xs:time" minOccurs="0">
1974
+ <xs:annotation>
1975
+ <xs:documentation>Identifies the latest allowed ready time (in the postal code's time zone) for a postal code. As a local time, it will not include a Time Zone Designator</xs:documentation>
1976
+ </xs:annotation>
1977
+ </xs:element>
1978
+ <xs:element name="AccessTime" type="xs:duration" minOccurs="0">
1979
+ <xs:annotation>
1980
+ <xs:documentation>Identifies the minimum required length of the window of time between the ReadyTime and the CustomerCloseTime.</xs:documentation>
1981
+ </xs:annotation>
1982
+ </xs:element>
1983
+ <xs:element name="ResidentialAvailable" type="xs:boolean" minOccurs="0">
1984
+ <xs:annotation>
1985
+ <xs:documentation>Indicates whether residential pickup is available for the requested postal code.</xs:documentation>
1986
+ </xs:annotation>
1987
+ </xs:element>
1988
+ <xs:element name="CountryRelationship" type="ns:CountryRelationshipType" minOccurs="0">
1989
+ <xs:annotation>
1990
+ <xs:documentation>Describes the country relationship (domestic and/or international) among the shipments being picked up.</xs:documentation>
1991
+ </xs:annotation>
1992
+ </xs:element>
1993
+ </xs:sequence>
1994
+ </xs:complexType>
1995
+ <xs:complexType name="PickupShipmentAttributes">
1996
+ <xs:annotation>
1997
+ <xs:documentation>Descriptive information about the shipment.</xs:documentation>
1998
+ </xs:annotation>
1999
+ <xs:sequence>
2000
+ <xs:element name="ServiceType" type="ns:ServiceType" minOccurs="0"/>
2001
+ <xs:element name="PackagingType" type="ns:PackagingType" minOccurs="0"/>
2002
+ <xs:element name="Dimensions" type="ns:Dimensions" minOccurs="0">
2003
+ <xs:annotation>
2004
+ <xs:documentation>Descriptive information about the dimensions of the package.</xs:documentation>
2005
+ </xs:annotation>
2006
+ </xs:element>
2007
+ <xs:element name="Weight" type="ns:Weight" minOccurs="0">
2008
+ <xs:annotation>
2009
+ <xs:documentation>Descriptive information about the weight of the package.</xs:documentation>
2010
+ </xs:annotation>
2011
+ </xs:element>
2012
+ </xs:sequence>
2013
+ </xs:complexType>
2014
+ <xs:simpleType name="RateTypeBasisType">
2015
+ <xs:annotation>
2016
+ <xs:documentation>Select the type of rate from which the element is to be selected.</xs:documentation>
2017
+ </xs:annotation>
2018
+ <xs:restriction base="xs:string">
2019
+ <xs:enumeration value="ACCOUNT"/>
2020
+ <xs:enumeration value="ACTUAL"/>
2021
+ <xs:enumeration value="CURRENT"/>
2022
+ <xs:enumeration value="CUSTOM"/>
2023
+ <xs:enumeration value="LIST"/>
2024
+ </xs:restriction>
2025
+ </xs:simpleType>
2026
+ <xs:simpleType name="RequestedShippingDocumentType">
2027
+ <xs:restriction base="xs:string">
2028
+ <xs:enumeration value="CERTIFICATE_OF_ORIGIN"/>
2029
+ <xs:enumeration value="COMMERCIAL_INVOICE"/>
2030
+ <xs:enumeration value="CUSTOMER_SPECIFIED_LABELS"/>
2031
+ <xs:enumeration value="CUSTOM_PACKAGE_DOCUMENT"/>
2032
+ <xs:enumeration value="CUSTOM_SHIPMENT_DOCUMENT"/>
2033
+ <xs:enumeration value="FREIGHT_ADDRESS_LABEL"/>
2034
+ <xs:enumeration value="GENERAL_AGENCY_AGREEMENT"/>
2035
+ <xs:enumeration value="LABEL"/>
2036
+ <xs:enumeration value="NAFTA_CERTIFICATE_OF_ORIGIN"/>
2037
+ <xs:enumeration value="OP_900"/>
2038
+ <xs:enumeration value="PRO_FORMA_INVOICE"/>
2039
+ <xs:enumeration value="RETURN_INSTRUCTIONS"/>
2040
+ </xs:restriction>
2041
+ </xs:simpleType>
2042
+ <xs:simpleType name="ReturnEMailAllowedSpecialServiceType">
2043
+ <xs:annotation>
2044
+ <xs:documentation>These values are used to control the availability of certain special services at the time when a customer uses the e-mail label link to create a return shipment.</xs:documentation>
2045
+ </xs:annotation>
2046
+ <xs:restriction base="xs:string">
2047
+ <xs:enumeration value="SATURDAY_DELIVERY"/>
2048
+ <xs:enumeration value="SATURDAY_PICKUP"/>
2049
+ </xs:restriction>
2050
+ </xs:simpleType>
2051
+ <xs:complexType name="ReturnEMailDetail">
2052
+ <xs:annotation>
2053
+ <xs:documentation>Return Email Details</xs:documentation>
2054
+ </xs:annotation>
2055
+ <xs:sequence>
2056
+ <xs:element name="MerchantPhoneNumber" type="xs:string" minOccurs="0">
2057
+ <xs:annotation>
2058
+ <xs:documentation>Phone number of the merchant</xs:documentation>
2059
+ </xs:annotation>
2060
+ </xs:element>
2061
+ <xs:element name="AllowedSpecialServices" type="ns:ReturnEMailAllowedSpecialServiceType" minOccurs="0" maxOccurs="unbounded">
2062
+ <xs:annotation>
2063
+ <xs:documentation>Identifies the allowed (merchant-authorized) special services which may be selected when the subsequent shipment is created. Only services represented in EMailLabelAllowedSpecialServiceType will be controlled by this list.</xs:documentation>
2064
+ </xs:annotation>
2065
+ </xs:element>
2066
+ </xs:sequence>
2067
+ </xs:complexType>
2068
+ <xs:complexType name="ReturnShipmentDetail">
2069
+ <xs:annotation>
2070
+ <xs:documentation>Information relating to a return shipment.</xs:documentation>
2071
+ </xs:annotation>
2072
+ <xs:sequence>
2073
+ <xs:element name="ReturnType" type="ns:ReturnType" minOccurs="0">
2074
+ <xs:annotation>
2075
+ <xs:documentation>The type of return shipment that is being requested.</xs:documentation>
2076
+ </xs:annotation>
2077
+ </xs:element>
2078
+ <xs:element name="Rma" type="ns:Rma" minOccurs="0">
2079
+ <xs:annotation>
2080
+ <xs:documentation>Return Merchant Authorization</xs:documentation>
2081
+ </xs:annotation>
2082
+ </xs:element>
2083
+ <xs:element name="ReturnEMailDetail" type="ns:ReturnEMailDetail" minOccurs="0">
2084
+ <xs:annotation>
2085
+ <xs:documentation>Describes specific information about the email label shipment.</xs:documentation>
2086
+ </xs:annotation>
2087
+ </xs:element>
2088
+ </xs:sequence>
2089
+ </xs:complexType>
2090
+ <xs:simpleType name="ReturnType">
2091
+ <xs:annotation>
2092
+ <xs:documentation>The type of return shipment that is being requested.</xs:documentation>
2093
+ </xs:annotation>
2094
+ <xs:restriction base="xs:string">
2095
+ <xs:enumeration value="FEDEX_TAG"/>
2096
+ <xs:enumeration value="NET_RETURN"/>
2097
+ <xs:enumeration value="PENDING"/>
2098
+ <xs:enumeration value="PRINT_RETURN_LABEL"/>
2099
+ <xs:enumeration value="VOICE_CALL_TAG"/>
2100
+ </xs:restriction>
2101
+ </xs:simpleType>
2102
+ <xs:complexType name="Rma">
2103
+ <xs:annotation>
2104
+ <xs:documentation>Return Merchant Authorization</xs:documentation>
2105
+ </xs:annotation>
2106
+ <xs:sequence>
2107
+ <xs:element name="Number" type="xs:string" minOccurs="0">
2108
+ <xs:annotation>
2109
+ <xs:documentation>The RMA number.</xs:documentation>
2110
+ <xs:appinfo>
2111
+ <xs:MaxLength>20</xs:MaxLength>
2112
+ </xs:appinfo>
2113
+ </xs:annotation>
2114
+ </xs:element>
2115
+ <xs:element name="Reason" type="xs:string" minOccurs="0">
2116
+ <xs:annotation>
2117
+ <xs:documentation>The reason for the return.</xs:documentation>
2118
+ <xs:appinfo>
2119
+ <xs:MaxLength>60</xs:MaxLength>
2120
+ </xs:appinfo>
2121
+ </xs:annotation>
2122
+ </xs:element>
2123
+ </xs:sequence>
2124
+ </xs:complexType>
2125
+ <xs:simpleType name="ServiceType">
2126
+ <xs:annotation>
2127
+ <xs:documentation>Identifies the collection of available FedEx transportation service options.</xs:documentation>
2128
+ </xs:annotation>
2129
+ <xs:restriction base="xs:string">
2130
+ <xs:enumeration value="EUROPE_FIRST_INTERNATIONAL_PRIORITY"/>
2131
+ <xs:enumeration value="FEDEX_1_DAY_FREIGHT"/>
2132
+ <xs:enumeration value="FEDEX_2_DAY"/>
2133
+ <xs:enumeration value="FEDEX_2_DAY_AM"/>
2134
+ <xs:enumeration value="FEDEX_2_DAY_FREIGHT"/>
2135
+ <xs:enumeration value="FEDEX_3_DAY_FREIGHT"/>
2136
+ <xs:enumeration value="FEDEX_EXPRESS_SAVER"/>
2137
+ <xs:enumeration value="FEDEX_FIRST_FREIGHT"/>
2138
+ <xs:enumeration value="FEDEX_FREIGHT"/>
2139
+ <xs:enumeration value="FEDEX_FREIGHT_ECONOMY"/>
2140
+ <xs:enumeration value="FEDEX_FREIGHT_PRIORITY"/>
2141
+ <xs:enumeration value="FEDEX_GROUND"/>
2142
+ <xs:enumeration value="FEDEX_NATIONAL_FREIGHT"/>
2143
+ <xs:enumeration value="FIRST_OVERNIGHT"/>
2144
+ <xs:enumeration value="GROUND_HOME_DELIVERY"/>
2145
+ <xs:enumeration value="INTERNATIONAL_DISTRIBUTION_FREIGHT"/>
2146
+ <xs:enumeration value="INTERNATIONAL_ECONOMY"/>
2147
+ <xs:enumeration value="INTERNATIONAL_ECONOMY_DISTRIBUTION"/>
2148
+ <xs:enumeration value="INTERNATIONAL_ECONOMY_FREIGHT"/>
2149
+ <xs:enumeration value="INTERNATIONAL_FIRST"/>
2150
+ <xs:enumeration value="INTERNATIONAL_GROUND"/>
2151
+ <xs:enumeration value="INTERNATIONAL_PRIORITY"/>
2152
+ <xs:enumeration value="INTERNATIONAL_PRIORITY_DISTRIBUTION"/>
2153
+ <xs:enumeration value="INTERNATIONAL_PRIORITY_FREIGHT"/>
2154
+ <xs:enumeration value="PRIORITY_OVERNIGHT"/>
2155
+ <xs:enumeration value="SAME_DAY_METRO_AFTERNOON"/>
2156
+ <xs:enumeration value="SAME_DAY_METRO_MORNING"/>
2157
+ <xs:enumeration value="SAME_DAY_METRO_RUSH"/>
2158
+ <xs:enumeration value="SMART_POST"/>
2159
+ <xs:enumeration value="STANDARD_OVERNIGHT"/>
2160
+ <xs:enumeration value="TRANSBORDER_DISTRIBUTION_CONSOLIDATION"/>
2161
+ </xs:restriction>
2162
+ </xs:simpleType>
2163
+ <xs:complexType name="ShipmentAssemblyDetail">
2164
+ <xs:annotation>
2165
+ <xs:documentation>Specification for assembly performed on shipment.</xs:documentation>
2166
+ </xs:annotation>
2167
+ <xs:sequence>
2168
+ <xs:element name="PieceCount" type="xs:nonNegativeInteger" minOccurs="0">
2169
+ <xs:annotation>
2170
+ <xs:documentation>Number of pieces or packages to be assembled</xs:documentation>
2171
+ </xs:annotation>
2172
+ </xs:element>
2173
+ <xs:element name="Weight" type="ns:Weight" minOccurs="0">
2174
+ <xs:annotation>
2175
+ <xs:documentation>Total weight of pieces or packages to be assembled</xs:documentation>
2176
+ </xs:annotation>
2177
+ </xs:element>
2178
+ </xs:sequence>
2179
+ </xs:complexType>
2180
+ <xs:complexType name="ShipmentDryIceDetail">
2181
+ <xs:annotation>
2182
+ <xs:documentation>Shipment-level totals of dry ice data across all packages.</xs:documentation>
2183
+ </xs:annotation>
2184
+ <xs:sequence>
2185
+ <xs:element name="PackageCount" type="xs:nonNegativeInteger" minOccurs="0">
2186
+ <xs:annotation>
2187
+ <xs:documentation>Total number of packages in the shipment that contain dry ice.</xs:documentation>
2188
+ </xs:annotation>
2189
+ </xs:element>
2190
+ <xs:element name="TotalWeight" type="ns:Weight" minOccurs="0">
2191
+ <xs:annotation>
2192
+ <xs:documentation>Total shipment dry ice weight for all packages.</xs:documentation>
2193
+ </xs:annotation>
2194
+ </xs:element>
2195
+ </xs:sequence>
2196
+ </xs:complexType>
2197
+ <xs:simpleType name="ShipmentSpecialServiceType">
2198
+ <xs:annotation>
2199
+ <xs:documentation>Identifies the collection of special service offered by FedEx. BROKER_SELECT_OPTION should be used for Express shipments only.</xs:documentation>
2200
+ </xs:annotation>
2201
+ <xs:restriction base="xs:string">
2202
+ <xs:enumeration value="BLIND_SHIPMENT"/>
2203
+ <xs:enumeration value="BROKER_SELECT_OPTION"/>
2204
+ <xs:enumeration value="CALL_BEFORE_DELIVERY"/>
2205
+ <xs:enumeration value="COD"/>
2206
+ <xs:enumeration value="COD_REMITTANCE"/>
2207
+ <xs:enumeration value="CUSTOM_DELIVERY_WINDOW"/>
2208
+ <xs:enumeration value="CUT_FLOWERS"/>
2209
+ <xs:enumeration value="DANGEROUS_GOODS"/>
2210
+ <xs:enumeration value="DELIVERY_ON_INVOICE_ACCEPTANCE"/>
2211
+ <xs:enumeration value="DETENTION"/>
2212
+ <xs:enumeration value="DO_NOT_BREAK_DOWN_PALLETS"/>
2213
+ <xs:enumeration value="DO_NOT_STACK_PALLETS"/>
2214
+ <xs:enumeration value="DRY_ICE"/>
2215
+ <xs:enumeration value="EAST_COAST_SPECIAL"/>
2216
+ <xs:enumeration value="ELECTRONIC_TRADE_DOCUMENTS"/>
2217
+ <xs:enumeration value="EMAIL_NOTIFICATION"/>
2218
+ <xs:enumeration value="EMAIL_NOTIFICATION_AGGREGATED"/>
2219
+ <xs:enumeration value="EXCLUSIVE_USE"/>
2220
+ <xs:enumeration value="EXHIBITION_DELIVERY"/>
2221
+ <xs:enumeration value="EXHIBITION_PICKUP"/>
2222
+ <xs:enumeration value="EXPEDITED_ALTERNATE_DELIVERY_ROUTE"/>
2223
+ <xs:enumeration value="EXPEDITED_ONE_DAY_EARLIER"/>
2224
+ <xs:enumeration value="EXPEDITED_SERVICE_MONITORING_AND_DELIVERY"/>
2225
+ <xs:enumeration value="EXPEDITED_STANDARD_DAY_EARLY_DELIVERY"/>
2226
+ <xs:enumeration value="EXTRA_LABOR"/>
2227
+ <xs:enumeration value="EXTREME_LENGTH"/>
2228
+ <xs:enumeration value="FLATBED_TRAILER"/>
2229
+ <xs:enumeration value="FOOD"/>
2230
+ <xs:enumeration value="FREIGHT_GUARANTEE"/>
2231
+ <xs:enumeration value="FREIGHT_TO_COLLECT"/>
2232
+ <xs:enumeration value="FUTURE_DAY_SHIPMENT"/>
2233
+ <xs:enumeration value="HOLD_AT_LOCATION"/>
2234
+ <xs:enumeration value="HOLIDAY_DELIVERY"/>
2235
+ <xs:enumeration value="HOLIDAY_GUARANTEE"/>
2236
+ <xs:enumeration value="HOME_DELIVERY_PREMIUM"/>
2237
+ <xs:enumeration value="INSIDE_DELIVERY"/>
2238
+ <xs:enumeration value="INSIDE_PICKUP"/>
2239
+ <xs:enumeration value="INTERNATIONAL_CONTROLLED_EXPORT_SERVICE"/>
2240
+ <xs:enumeration value="INTERNATIONAL_MAIL_SERVICE"/>
2241
+ <xs:enumeration value="LIFTGATE_DELIVERY"/>
2242
+ <xs:enumeration value="LIFTGATE_PICKUP"/>
2243
+ <xs:enumeration value="LIMITED_ACCESS_DELIVERY"/>
2244
+ <xs:enumeration value="LIMITED_ACCESS_PICKUP"/>
2245
+ <xs:enumeration value="MARKING_OR_TAGGING"/>
2246
+ <xs:enumeration value="NON_BUSINESS_TIME"/>
2247
+ <xs:enumeration value="PALLETS_PROVIDED"/>
2248
+ <xs:enumeration value="PALLET_SHRINKWRAP"/>
2249
+ <xs:enumeration value="PALLET_WEIGHT_ALLOWANCE"/>
2250
+ <xs:enumeration value="PENDING_COMPLETE"/>
2251
+ <xs:enumeration value="PENDING_SHIPMENT"/>
2252
+ <xs:enumeration value="PERMIT"/>
2253
+ <xs:enumeration value="POISON"/>
2254
+ <xs:enumeration value="PORT_DELIVERY"/>
2255
+ <xs:enumeration value="PORT_PICKUP"/>
2256
+ <xs:enumeration value="PRE_DELIVERY_NOTIFICATION"/>
2257
+ <xs:enumeration value="PRE_EIG_PROCESSING"/>
2258
+ <xs:enumeration value="PRE_MULTIPLIER_PROCESSING"/>
2259
+ <xs:enumeration value="PROTECTION_FROM_FREEZING"/>
2260
+ <xs:enumeration value="REGIONAL_MALL_DELIVERY"/>
2261
+ <xs:enumeration value="REGIONAL_MALL_PICKUP"/>
2262
+ <xs:enumeration value="RETURN_SHIPMENT"/>
2263
+ <xs:enumeration value="SATURDAY_DELIVERY"/>
2264
+ <xs:enumeration value="SATURDAY_PICKUP"/>
2265
+ <xs:enumeration value="SHIPMENT_ASSEMBLY"/>
2266
+ <xs:enumeration value="SORT_AND_SEGREGATE"/>
2267
+ <xs:enumeration value="SPECIAL_DELIVERY"/>
2268
+ <xs:enumeration value="SPECIAL_EQUIPMENT"/>
2269
+ <xs:enumeration value="STORAGE"/>
2270
+ <xs:enumeration value="SUNDAY_DELIVERY"/>
2271
+ <xs:enumeration value="THIRD_PARTY_CONSIGNEE"/>
2272
+ <xs:enumeration value="TOP_LOAD"/>
2273
+ <xs:enumeration value="USPS_DELIVERY"/>
2274
+ <xs:enumeration value="USPS_PICKUP"/>
2275
+ <xs:enumeration value="WEIGHING"/>
2276
+ </xs:restriction>
2277
+ </xs:simpleType>
2278
+ <xs:complexType name="ShipmentSpecialServicesRequested">
2279
+ <xs:annotation>
2280
+ <xs:documentation>These special services are available at the shipment level for some or all service types. If the shipper is requesting a special service which requires additional data (such as the COD amount), the shipment special service type must be present in the specialServiceTypes collection, and the supporting detail must be provided in the appropriate sub-object below.</xs:documentation>
2281
+ </xs:annotation>
2282
+ <xs:sequence>
2283
+ <xs:element name="SpecialServiceTypes" type="ns:ShipmentSpecialServiceType" minOccurs="0" maxOccurs="unbounded">
2284
+ <xs:annotation>
2285
+ <xs:documentation>The types of all special services requested for the enclosing shipment (or other shipment-level transaction).</xs:documentation>
2286
+ </xs:annotation>
2287
+ </xs:element>
2288
+ <xs:element name="CodDetail" type="ns:CodDetail" minOccurs="0">
2289
+ <xs:annotation>
2290
+ <xs:documentation>Descriptive data required for a FedEx COD (Collect-On-Delivery) shipment. This element is required when SpecialServiceType.COD is present in the SpecialServiceTypes collection.</xs:documentation>
2291
+ </xs:annotation>
2292
+ </xs:element>
2293
+ <xs:element name="HoldAtLocationDetail" type="ns:HoldAtLocationDetail" minOccurs="0">
2294
+ <xs:annotation>
2295
+ <xs:documentation>Descriptive data required for a FedEx shipment that is to be held at the destination FedEx location for pickup by the recipient. This element is required when SpecialServiceType.HOLD_AT_LOCATION is present in the SpecialServiceTypes collection.</xs:documentation>
2296
+ </xs:annotation>
2297
+ </xs:element>
2298
+ <xs:element name="EMailNotificationDetail" type="ns:EMailNotificationDetail" minOccurs="0">
2299
+ <xs:annotation>
2300
+ <xs:documentation>Descriptive data required for FedEx to provide email notification to the customer regarding the shipment. This element is required when SpecialServiceType.EMAIL_NOTIFICATION is present in the SpecialServiceTypes collection.</xs:documentation>
2301
+ </xs:annotation>
2302
+ </xs:element>
2303
+ <xs:element name="ReturnShipmentDetail" type="ns:ReturnShipmentDetail" minOccurs="0">
2304
+ <xs:annotation>
2305
+ <xs:documentation>The descriptive data required for FedEx Printed Return Label. This element is required when SpecialServiceType.PRINTED_RETURN_LABEL is present in the SpecialServiceTypes collection</xs:documentation>
2306
+ </xs:annotation>
2307
+ </xs:element>
2308
+ <xs:element name="PendingShipmentDetail" type="ns:PendingShipmentDetail" minOccurs="0">
2309
+ <xs:annotation>
2310
+ <xs:documentation>This field should be populated for pending shipments (e.g. e-mail label) It is required by a PENDING_SHIPMENT special service type.</xs:documentation>
2311
+ </xs:annotation>
2312
+ </xs:element>
2313
+ <xs:element name="InternationalControlledExportDetail" type="ns:InternationalControlledExportDetail" minOccurs="0"/>
2314
+ <xs:element name="ShipmentDryIceDetail" type="ns:ShipmentDryIceDetail" minOccurs="0">
2315
+ <xs:annotation>
2316
+ <xs:documentation>Number of packages in this shipment which contain dry ice and the total weight of the dry ice for this shipment.</xs:documentation>
2317
+ </xs:annotation>
2318
+ </xs:element>
2319
+ <xs:element name="HomeDeliveryPremiumDetail" type="ns:HomeDeliveryPremiumDetail" minOccurs="0">
2320
+ <xs:annotation>
2321
+ <xs:documentation>The descriptive data required for FedEx Home Delivery options. This element is required when SpecialServiceType.HOME_DELIVERY_PREMIUM is present in the SpecialServiceTypes collection</xs:documentation>
2322
+ </xs:annotation>
2323
+ </xs:element>
2324
+ <xs:element name="FlatbedTrailerDetail" type="ns:FlatbedTrailerDetail" minOccurs="0">
2325
+ <xs:annotation>
2326
+ <xs:documentation>Identifies the delivery guarantee information.</xs:documentation>
2327
+ </xs:annotation>
2328
+ </xs:element>
2329
+ <xs:element name="FreightGuaranteeDetail" type="ns:FreightGuaranteeDetail" minOccurs="0">
2330
+ <xs:annotation>
2331
+ <xs:documentation>Identifies the delivery guarantee information.</xs:documentation>
2332
+ </xs:annotation>
2333
+ </xs:element>
2334
+ <xs:element name="EtdDetail" type="ns:EtdDetail" minOccurs="0">
2335
+ <xs:annotation>
2336
+ <xs:documentation>Electronic Trade document references.</xs:documentation>
2337
+ </xs:annotation>
2338
+ </xs:element>
2339
+ <xs:element name="ExtraLaborDetail" type="ns:ExtraLaborDetail" minOccurs="0">
2340
+ <xs:annotation>
2341
+ <xs:documentation>Specification for labor to be performed with the shipment.</xs:documentation>
2342
+ </xs:annotation>
2343
+ </xs:element>
2344
+ <xs:element name="PalletShrinkwrapDetail" type="ns:PalletShrinkwrapDetail" minOccurs="0">
2345
+ <xs:annotation>
2346
+ <xs:documentation>Specifications for pallets to be shrinkwrapped as part of a Freight shipment.</xs:documentation>
2347
+ </xs:annotation>
2348
+ </xs:element>
2349
+ <xs:element name="PalletsProvidedDetail" type="ns:PalletsProvidedDetail" minOccurs="0">
2350
+ <xs:annotation>
2351
+ <xs:documentation>Specifications for pallets to be provided on Freight shipment.</xs:documentation>
2352
+ </xs:annotation>
2353
+ </xs:element>
2354
+ <xs:element name="DetentionDetail" type="ns:DetentionDetail" minOccurs="0">
2355
+ <xs:annotation>
2356
+ <xs:documentation>Specifications for pup/set or vehicle delayed for loading or unloading.</xs:documentation>
2357
+ </xs:annotation>
2358
+ </xs:element>
2359
+ <xs:element name="MarkingOrTaggingDetail" type="ns:MarkingOrTaggingDetail" minOccurs="0">
2360
+ <xs:annotation>
2361
+ <xs:documentation>Specification for marking or tagging of pieces in shipment.</xs:documentation>
2362
+ </xs:annotation>
2363
+ </xs:element>
2364
+ <xs:element name="NonBusinessTimeDetail" type="ns:NonBusinessTimeDetail" minOccurs="0">
2365
+ <xs:annotation>
2366
+ <xs:documentation>Specification for services performed during non-business hours and/or days.</xs:documentation>
2367
+ </xs:annotation>
2368
+ </xs:element>
2369
+ <xs:element name="ShipmentAssemblyDetail" type="ns:ShipmentAssemblyDetail" minOccurs="0">
2370
+ <xs:annotation>
2371
+ <xs:documentation>Specification for assembly performed on shipment.</xs:documentation>
2372
+ </xs:annotation>
2373
+ </xs:element>
2374
+ <xs:element name="SortAndSegregateDetail" type="ns:SortAndSegregateDetail" minOccurs="0">
2375
+ <xs:annotation>
2376
+ <xs:documentation>Specification for sorting and/or segregating performed on shipment.</xs:documentation>
2377
+ </xs:annotation>
2378
+ </xs:element>
2379
+ <xs:element name="SpecialEquipmentDetail" type="ns:SpecialEquipmentDetail" minOccurs="0">
2380
+ <xs:annotation>
2381
+ <xs:documentation>Specification for special equipment used in loading/unloading shipment.</xs:documentation>
2382
+ </xs:annotation>
2383
+ </xs:element>
2384
+ <xs:element name="StorageDetail" type="ns:StorageDetail" minOccurs="0">
2385
+ <xs:annotation>
2386
+ <xs:documentation>Specification for storage provided for shipment.</xs:documentation>
2387
+ </xs:annotation>
2388
+ </xs:element>
2389
+ <xs:element name="WeighingDetail" type="ns:WeighingDetail" minOccurs="0">
2390
+ <xs:annotation>
2391
+ <xs:documentation>Specification for weighing services provided for shipment.</xs:documentation>
2392
+ </xs:annotation>
2393
+ </xs:element>
2394
+ <xs:element name="CustomDeliveryWindowDetail" type="ns:CustomDeliveryWindowDetail" minOccurs="0">
2395
+ <xs:annotation>
2396
+ <xs:documentation>Specification for date or range of dates on which delivery is to be attempted.</xs:documentation>
2397
+ </xs:annotation>
2398
+ </xs:element>
2399
+ </xs:sequence>
2400
+ </xs:complexType>
2401
+ <xs:complexType name="SortAndSegregateDetail">
2402
+ <xs:annotation>
2403
+ <xs:documentation>Specification for sorting and/or segregating performed on shipment.</xs:documentation>
2404
+ </xs:annotation>
2405
+ <xs:sequence>
2406
+ <xs:element name="PieceCount" type="xs:nonNegativeInteger" minOccurs="0">
2407
+ <xs:annotation>
2408
+ <xs:documentation>Number of pieces or packages to be sorted/segregated</xs:documentation>
2409
+ </xs:annotation>
2410
+ </xs:element>
2411
+ <xs:element name="Weight" type="ns:Weight" minOccurs="0">
2412
+ <xs:annotation>
2413
+ <xs:documentation>Total weight of pieces or packages to be sorted/segregated</xs:documentation>
2414
+ </xs:annotation>
2415
+ </xs:element>
2416
+ </xs:sequence>
2417
+ </xs:complexType>
2418
+ <xs:complexType name="SpecialEquipmentDetail">
2419
+ <xs:annotation>
2420
+ <xs:documentation>Specification for special equipment used in loading/unloading shipment.</xs:documentation>
2421
+ </xs:annotation>
2422
+ <xs:sequence>
2423
+ <xs:element name="LineItems" type="ns:SpecialEquipmentLineItem" minOccurs="0" maxOccurs="unbounded">
2424
+ <xs:annotation>
2425
+ <xs:documentation>Contains an entry for each type of special equipment used with shipment</xs:documentation>
2426
+ </xs:annotation>
2427
+ </xs:element>
2428
+ </xs:sequence>
2429
+ </xs:complexType>
2430
+ <xs:complexType name="SpecialEquipmentLineItem">
2431
+ <xs:annotation>
2432
+ <xs:documentation>Specifies the usage of a single type of special equipment while loading/unloading a shipment</xs:documentation>
2433
+ </xs:annotation>
2434
+ <xs:sequence>
2435
+ <xs:element name="Type" type="ns:SpecialEquipmentType" minOccurs="0">
2436
+ <xs:annotation>
2437
+ <xs:documentation>Type of equipment used</xs:documentation>
2438
+ </xs:annotation>
2439
+ </xs:element>
2440
+ <xs:element name="Duration" type="xs:duration" minOccurs="0">
2441
+ <xs:annotation>
2442
+ <xs:documentation>Total amount of time the equipment was used</xs:documentation>
2443
+ </xs:annotation>
2444
+ </xs:element>
2445
+ </xs:sequence>
2446
+ </xs:complexType>
2447
+ <xs:simpleType name="SpecialEquipmentType">
2448
+ <xs:annotation>
2449
+ <xs:documentation>Identifies types of special equipment used in loading/unloading Freight shipments</xs:documentation>
2450
+ </xs:annotation>
2451
+ <xs:restriction base="xs:string">
2452
+ <xs:enumeration value="FORK_LIFT"/>
2453
+ </xs:restriction>
2454
+ </xs:simpleType>
2455
+ <xs:complexType name="StorageDetail">
2456
+ <xs:annotation>
2457
+ <xs:documentation>Specification for storage provided for shipment.</xs:documentation>
2458
+ </xs:annotation>
2459
+ <xs:sequence>
2460
+ <xs:element name="Duration" type="xs:duration" minOccurs="0">
2461
+ <xs:annotation>
2462
+ <xs:documentation>Total time shipment is held by carrier.</xs:documentation>
2463
+ </xs:annotation>
2464
+ </xs:element>
2465
+ </xs:sequence>
2466
+ </xs:complexType>
2467
+ <xs:complexType name="TaxpayerIdentification">
2468
+ <xs:annotation>
2469
+ <xs:documentation>The descriptive data for taxpayer identification information.</xs:documentation>
2470
+ </xs:annotation>
2471
+ <xs:sequence>
2472
+ <xs:element name="TinType" type="ns:TinType" minOccurs="0">
2473
+ <xs:annotation>
2474
+ <xs:documentation>Identifies the category of the taxpayer identification number. See TinType for the list of values.</xs:documentation>
2475
+ </xs:annotation>
2476
+ </xs:element>
2477
+ <xs:element name="Number" type="xs:string" minOccurs="0">
2478
+ <xs:annotation>
2479
+ <xs:documentation>Identifies the taxpayer identification number.</xs:documentation>
2480
+ <xs:appinfo>
2481
+ <xs:MaxLength>15</xs:MaxLength>
2482
+ </xs:appinfo>
2483
+ </xs:annotation>
2484
+ </xs:element>
2485
+ <xs:element name="Usage" type="xs:string" minOccurs="0">
2486
+ <xs:annotation>
2487
+ <xs:documentation>Identifies the usage of Tax Identification Number in Shipment processing</xs:documentation>
2488
+ </xs:annotation>
2489
+ </xs:element>
2490
+ </xs:sequence>
2491
+ </xs:complexType>
2492
+ <xs:simpleType name="TinType">
2493
+ <xs:annotation>
2494
+ <xs:documentation>Identifies the category of the taxpayer identification number.</xs:documentation>
2495
+ </xs:annotation>
2496
+ <xs:restriction base="xs:string">
2497
+ <xs:enumeration value="BUSINESS_NATIONAL"/>
2498
+ <xs:enumeration value="BUSINESS_STATE"/>
2499
+ <xs:enumeration value="BUSINESS_UNION"/>
2500
+ <xs:enumeration value="PERSONAL_NATIONAL"/>
2501
+ <xs:enumeration value="PERSONAL_STATE"/>
2502
+ </xs:restriction>
2503
+ </xs:simpleType>
2504
+ <xs:simpleType name="TrailerSizeType">
2505
+ <xs:annotation>
2506
+ <xs:documentation>Identifies the valid set of tractor tailer sizes supported by FedEx. This type is appropriate only for freight pickup requests.</xs:documentation>
2507
+ </xs:annotation>
2508
+ <xs:restriction base="xs:string">
2509
+ <xs:enumeration value="TRAILER_28_FT"/>
2510
+ <xs:enumeration value="TRAILER_48_FT"/>
2511
+ <xs:enumeration value="TRAILER_53_FT"/>
2512
+ </xs:restriction>
2513
+ </xs:simpleType>
2514
+ <xs:complexType name="TransactionDetail">
2515
+ <xs:annotation>
2516
+ <xs:documentation>The descriptive data that governs data payload language/translations.</xs:documentation>
2517
+ </xs:annotation>
2518
+ <xs:sequence>
2519
+ <xs:element name="CustomerTransactionId" type="xs:string" minOccurs="0">
2520
+ <xs:annotation>
2521
+ <xs:documentation>Free form text to be echoed back in the reply. Used to match requests and replies.</xs:documentation>
2522
+ </xs:annotation>
2523
+ </xs:element>
2524
+ <xs:element name="Localization" type="ns:Localization" minOccurs="0">
2525
+ <xs:annotation>
2526
+ <xs:documentation>Governs data payload language/translations (contrasted with ClientDetail.localization, which governs Notification.localizedMessage language selection).</xs:documentation>
2527
+ </xs:annotation>
2528
+ </xs:element>
2529
+ </xs:sequence>
2530
+ </xs:complexType>
2531
+ <xs:simpleType name="TruckType">
2532
+ <xs:annotation>
2533
+ <xs:documentation>Identifies the valid set of truck types supported by FedEx. This type is appropriate only for freight pickup requests.</xs:documentation>
2534
+ </xs:annotation>
2535
+ <xs:restriction base="xs:string">
2536
+ <xs:enumeration value="DROP_TRAILER_AGREEMENT"/>
2537
+ <xs:enumeration value="LIFTGATE"/>
2538
+ <xs:enumeration value="TRACTOR_TRAILER_ACCESS"/>
2539
+ </xs:restriction>
2540
+ </xs:simpleType>
2541
+ <xs:complexType name="UploadDocumentDetail">
2542
+ <xs:sequence>
2543
+ <xs:element name="LineNumber" type="xs:nonNegativeInteger" minOccurs="0"/>
2544
+ <xs:element name="CustomerReference" type="xs:string" minOccurs="0"/>
2545
+ <xs:element name="DocumentProducer" type="ns:UploadDocumentProducerType" minOccurs="0"/>
2546
+ <xs:element name="DocumentType" type="ns:UploadDocumentType" minOccurs="0"/>
2547
+ <xs:element name="FileName" type="xs:string" minOccurs="0"/>
2548
+ <xs:element name="DocumentContent" type="xs:base64Binary" minOccurs="0"/>
2549
+ </xs:sequence>
2550
+ </xs:complexType>
2551
+ <xs:simpleType name="UploadDocumentIdProducer">
2552
+ <xs:restriction base="xs:string">
2553
+ <xs:enumeration value="CUSTOMER"/>
2554
+ <xs:enumeration value="FEDEX_CSHP"/>
2555
+ <xs:enumeration value="FEDEX_GTM"/>
2556
+ </xs:restriction>
2557
+ </xs:simpleType>
2558
+ <xs:simpleType name="UploadDocumentProducerType">
2559
+ <xs:restriction base="xs:string">
2560
+ <xs:enumeration value="CUSTOMER"/>
2561
+ <xs:enumeration value="FEDEX_CAFE"/>
2562
+ <xs:enumeration value="FEDEX_CLS"/>
2563
+ <xs:enumeration value="FEDEX_FIDT"/>
2564
+ <xs:enumeration value="FEDEX_FXRS"/>
2565
+ <xs:enumeration value="FEDEX_GTM"/>
2566
+ <xs:enumeration value="OTHER"/>
2567
+ </xs:restriction>
2568
+ </xs:simpleType>
2569
+ <xs:complexType name="UploadDocumentReferenceDetail">
2570
+ <xs:sequence>
2571
+ <xs:element name="LineNumber" type="xs:nonNegativeInteger" minOccurs="0"/>
2572
+ <xs:element name="CustomerReference" type="xs:string" minOccurs="0"/>
2573
+ <xs:element name="DocumentProducer" type="ns:UploadDocumentProducerType" minOccurs="0"/>
2574
+ <xs:element name="DocumentType" type="ns:UploadDocumentType" minOccurs="0"/>
2575
+ <xs:element name="DocumentId" type="xs:string" minOccurs="0"/>
2576
+ <xs:element name="DocumentIdProducer" type="ns:UploadDocumentIdProducer" minOccurs="0"/>
2577
+ </xs:sequence>
2578
+ </xs:complexType>
2579
+ <xs:simpleType name="UploadDocumentType">
2580
+ <xs:restriction base="xs:string">
2581
+ <xs:enumeration value="CERTIFICATE_OF_ORIGIN"/>
2582
+ <xs:enumeration value="COMMERCIAL_INVOICE"/>
2583
+ <xs:enumeration value="ETD_LABEL"/>
2584
+ <xs:enumeration value="NAFTA_CERTIFICATE_OF_ORIGIN"/>
2585
+ <xs:enumeration value="OTHER"/>
2586
+ <xs:enumeration value="PRO_FORMA_INVOICE"/>
2587
+ </xs:restriction>
2588
+ </xs:simpleType>
2589
+ <xs:complexType name="WeighingDetail">
2590
+ <xs:annotation>
2591
+ <xs:documentation>Specifies a single type of weighing performed on a shipment</xs:documentation>
2592
+ </xs:annotation>
2593
+ <xs:sequence>
2594
+ <xs:element name="Type" type="ns:WeighingScaleType" minOccurs="0">
2595
+ <xs:annotation>
2596
+ <xs:documentation>Type of scale used</xs:documentation>
2597
+ </xs:annotation>
2598
+ </xs:element>
2599
+ </xs:sequence>
2600
+ </xs:complexType>
2601
+ <xs:simpleType name="WeighingScaleType">
2602
+ <xs:annotation>
2603
+ <xs:documentation>Identifies types of scales used in weighing Freight shipments</xs:documentation>
2604
+ </xs:annotation>
2605
+ <xs:restriction base="xs:string">
2606
+ <xs:enumeration value="FEDEX_SCALE"/>
2607
+ <xs:enumeration value="PUBLIC_SCALE"/>
2608
+ </xs:restriction>
2609
+ </xs:simpleType>
2610
+ <xs:complexType name="Weight">
2611
+ <xs:annotation>
2612
+ <xs:documentation>The descriptive data for the heaviness of an object.</xs:documentation>
2613
+ </xs:annotation>
2614
+ <xs:sequence>
2615
+ <xs:element name="Units" type="ns:WeightUnits" minOccurs="0">
2616
+ <xs:annotation>
2617
+ <xs:documentation>Identifies the unit of measure associated with a weight value.</xs:documentation>
2618
+ </xs:annotation>
2619
+ </xs:element>
2620
+ <xs:element name="Value" type="xs:decimal" minOccurs="0">
2621
+ <xs:annotation>
2622
+ <xs:documentation>Identifies the weight value of a package/shipment.</xs:documentation>
2623
+ </xs:annotation>
2624
+ </xs:element>
2625
+ </xs:sequence>
2626
+ </xs:complexType>
2627
+ <xs:simpleType name="WeightUnits">
2628
+ <xs:annotation>
2629
+ <xs:documentation>Identifies the collection of units of measure that can be associated with a weight value.</xs:documentation>
2630
+ </xs:annotation>
2631
+ <xs:restriction base="xs:string">
2632
+ <xs:enumeration value="KG"/>
2633
+ <xs:enumeration value="LB"/>
2634
+ </xs:restriction>
2635
+ </xs:simpleType>
2636
+ <xs:complexType name="WebAuthenticationDetail">
2637
+ <xs:annotation>
2638
+ <xs:documentation>Used in authentication of the sender's identity.</xs:documentation>
2639
+ </xs:annotation>
2640
+ <xs:sequence>
2641
+ <xs:element name="UserCredential" type="ns:WebAuthenticationCredential" minOccurs="1">
2642
+ <xs:annotation>
2643
+ <xs:documentation>Credential used to authenticate a specific software application. This value is provided by FedEx after registration.</xs:documentation>
2644
+ </xs:annotation>
2645
+ </xs:element>
2646
+ </xs:sequence>
2647
+ </xs:complexType>
2648
+ <xs:complexType name="WebAuthenticationCredential">
2649
+ <xs:annotation>
2650
+ <xs:documentation>Two part authentication string used for the sender's identity</xs:documentation>
2651
+ </xs:annotation>
2652
+ <xs:sequence>
2653
+ <xs:element name="Key" type="xs:string" minOccurs="1">
2654
+ <xs:annotation>
2655
+ <xs:documentation>Identifying part of authentication credential. This value is provided by FedEx after registration</xs:documentation>
2656
+ </xs:annotation>
2657
+ </xs:element>
2658
+ <xs:element name="Password" type="xs:string" minOccurs="1">
2659
+ <xs:annotation>
2660
+ <xs:documentation>Secret part of authentication key. This value is provided by FedEx after registration.</xs:documentation>
2661
+ </xs:annotation>
2662
+ </xs:element>
2663
+ </xs:sequence>
2664
+ </xs:complexType>
2665
+ <xs:complexType name="VersionId">
2666
+ <xs:annotation>
2667
+ <xs:documentation>Identifies the version/level of a service operation expected by a caller (in each request) and performed by the callee (in each reply).</xs:documentation>
2668
+ </xs:annotation>
2669
+ <xs:sequence>
2670
+ <xs:element name="ServiceId" type="xs:string" fixed="disp" minOccurs="1">
2671
+ <xs:annotation>
2672
+ <xs:documentation>Identifies a system or sub-system which performs an operation.</xs:documentation>
2673
+ </xs:annotation>
2674
+ </xs:element>
2675
+ <xs:element name="Major" type="xs:int" fixed="3" minOccurs="1">
2676
+ <xs:annotation>
2677
+ <xs:documentation>Identifies the service business level.</xs:documentation>
2678
+ </xs:annotation>
2679
+ </xs:element>
2680
+ <xs:element name="Intermediate" type="xs:int" fixed="0" minOccurs="1">
2681
+ <xs:annotation>
2682
+ <xs:documentation>Identifies the service interface level.</xs:documentation>
2683
+ </xs:annotation>
2684
+ </xs:element>
2685
+ <xs:element name="Minor" type="xs:int" fixed="0" minOccurs="1">
2686
+ <xs:annotation>
2687
+ <xs:documentation>Identifies the service code level.</xs:documentation>
2688
+ </xs:annotation>
2689
+ </xs:element>
2690
+ </xs:sequence>
2691
+ </xs:complexType>
2692
+ </xs:schema>
2693
+ </types>
2694
+ <message name="PickupAvailabilityReply">
2695
+ <part name="PickupAvailabilityReply" element="ns:PickupAvailabilityReply"/>
2696
+ </message>
2697
+ <message name="CancelPickupRequest">
2698
+ <part name="CancelPickupRequest" element="ns:CancelPickupRequest"/>
2699
+ </message>
2700
+ <message name="PickupAvailabilityRequest">
2701
+ <part name="PickupAvailabilityRequest" element="ns:PickupAvailabilityRequest"/>
2702
+ </message>
2703
+ <message name="CancelPickupReply">
2704
+ <part name="CancelPickupReply" element="ns:CancelPickupReply"/>
2705
+ </message>
2706
+ <message name="CreatePickupRequest">
2707
+ <part name="CreatePickupRequest" element="ns:CreatePickupRequest"/>
2708
+ </message>
2709
+ <message name="CreatePickupReply">
2710
+ <part name="CreatePickupReply" element="ns:CreatePickupReply"/>
2711
+ </message>
2712
+ <portType name="PickupPortType">
2713
+ <operation name="getPickupAvailability" parameterOrder="PickupAvailabilityRequest">
2714
+ <input message="ns:PickupAvailabilityRequest"/>
2715
+ <output message="ns:PickupAvailabilityReply"/>
2716
+ </operation>
2717
+ <operation name="createPickup" parameterOrder="CreatePickupRequest">
2718
+ <input message="ns:CreatePickupRequest"/>
2719
+ <output message="ns:CreatePickupReply"/>
2720
+ </operation>
2721
+ <operation name="cancelPickup" parameterOrder="CancelPickupRequest">
2722
+ <input message="ns:CancelPickupRequest"/>
2723
+ <output message="ns:CancelPickupReply"/>
2724
+ </operation>
2725
+ </portType>
2726
+ <binding name="PickupServiceSoapBinding" type="ns:PickupPortType">
2727
+ <s1:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
2728
+ <operation name="getPickupAvailability">
2729
+ <s1:operation soapAction="getPickupAvailability" style="document"/>
2730
+ <input>
2731
+ <s1:body use="literal"/>
2732
+ </input>
2733
+ <output>
2734
+ <s1:body use="literal"/>
2735
+ </output>
2736
+ </operation>
2737
+ <operation name="createPickup">
2738
+ <s1:operation soapAction="createPickup" style="document"/>
2739
+ <input>
2740
+ <s1:body use="literal"/>
2741
+ </input>
2742
+ <output>
2743
+ <s1:body use="literal"/>
2744
+ </output>
2745
+ </operation>
2746
+ <operation name="cancelPickup">
2747
+ <s1:operation soapAction="cancelPickup" style="document"/>
2748
+ <input>
2749
+ <s1:body use="literal"/>
2750
+ </input>
2751
+ <output>
2752
+ <s1:body use="literal"/>
2753
+ </output>
2754
+ </operation>
2755
+ </binding>
2756
+ <service name="PickupService">
2757
+ <port name="PickupServicePort" binding="ns:PickupServiceSoapBinding">
2758
+ <s1:address location="https://wsbeta.fedex.com:443/web-services"/>
2759
+ </port>
2760
+ </service>
2761
+ </definitions>