Manifest_Declare_Export_Air_Delete_2201_3.xsd
41.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2008 (http://www.altova.com) by lei_ying (szc) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="urn:Declaration:datamodel:standard:CN:MT2201:1" xmlns:xdb="http://xmlns.oracle.com/xdb" targetNamespace="urn:Declaration:datamodel:standard:CN:MT2201:1" elementFormDefault="qualified" attributeFormDefault="unqualified">
<!--******中国海关空运出口预配舱单删除报文定义文档******-->
<!--命名空间:urn:Declaration:datamodel:standard:CN:MT2201:1-->
<!--******根元素定义******-->
<!--预配舱单以Manifest作为根节点-->
<xs:element name="Manifest" type="Manifest">
<xs:annotation>
<xs:documentation>空运出口预配舱单删除</xs:documentation>
</xs:annotation>
</xs:element>
<!--******根元素结构定义******-->
<xs:complexType name="Manifest">
<xs:annotation>
<xs:documentation>空运出口预配舱单修改</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Head" type="Head">
<xs:annotation>
<xs:documentation>报文头(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Declaration">
<xs:annotation>
<xs:documentation>报文体(循环次数:1)</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="Declaration"/>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--******报文头结构定义******-->
<!--MessageType/报文类型代码:MT2201-->
<!--FunctionCode/报文功能代码:3-->
<xs:complexType name="Head">
<xs:annotation>
<xs:documentation>报文头</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="MessageID">
<xs:annotation>
<xs:documentation>报文编号(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="FunctionCode" fixed="3">
<xs:annotation>
<xs:documentation>报文功能代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MessageType" fixed="MT2201">
<xs:annotation>
<xs:documentation>报文类型代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SenderID">
<xs:annotation>
<xs:documentation>发送方代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ReceiverID">
<xs:annotation>
<xs:documentation>接受方代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SendTime">
<xs:annotation>
<xs:documentation>发送时间(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Version">
<xs:annotation>
<xs:documentation>报文版本号(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--******报文体结构定义******-->
<xs:complexType name="Declaration">
<xs:annotation>
<xs:documentation>报文体</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="RepresentativePerson" type="RepresentativePerson">
<xs:annotation>
<xs:documentation>舱单传输人数据段(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ExitCustomsOffice" type="ExitCustomsOffice" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>运输工具离境地海关数据段(循环次数:0)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Agent" type="Agent" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>运输工具代理企业数据段(循环次数:0)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Carrier" type="Carrier" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>承运人数据段(循环次数:0)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BorderTransportMeans" type="BorderTransportMeans">
<xs:annotation>
<xs:documentation>运输工具数据段(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Consignment" type="Consignment" maxOccurs="4999">
<xs:annotation>
<xs:documentation>提(运)单数据段(循环次数:1-9999)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AdditionalInformation" type="AdditionalInformation" minOccurs="0">
<xs:annotation>
<xs:documentation>备注(循环次数:0-1)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--******茎元素结构定义******-->
<!--******舱单传输人数据段******-->
<xs:complexType name="RepresentativePerson">
<xs:annotation>
<xs:documentation>舱单传输人数据段</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Name">
<xs:annotation>
<xs:documentation>256 Representative person name 舱单传输人名称(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--******运输工具离境地海关数据段******-->
<xs:complexType name="ExitCustomsOffice">
<xs:annotation>
<xs:documentation>运输工具离境地海关数据段</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ID">
<xs:annotation>
<xs:documentation>047 Customs office of exit code 运输工具离境地海关代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--******运输工具代理企业数据段******-->
<xs:complexType name="Agent">
<xs:annotation>
<xs:documentation>运输工具代理企业数据段</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ID">
<xs:annotation>
<xs:documentation>061 Agent code 运输工具代理企业代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--******承运人数据段******-->
<xs:complexType name="Carrier">
<xs:annotation>
<xs:documentation>承运人数据段</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ID">
<xs:annotation>
<xs:documentation>050 Carrier identification 承运人代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--******运输工具数据段******-->
<xs:complexType name="BorderTransportMeans">
<xs:annotation>
<xs:documentation>运输工具数据段</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="JourneyID">
<xs:annotation>
<xs:documentation>149 Conveyance reference number 航次航班编号(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TypeCode" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>183 Mode/type of means of transport crossing the border code 运输方式代码(循环次数:0)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ID" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>167 Identification of means of transport crossing the border code 运输工具代码(循环次数:0)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Name" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>160 Identification of means of transport crossing the border 运输工具名称(循环次数:0)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="FirstArrivalLocationID" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>085 First port of arrival code 运输工具抵达关境内第一个目的港代码(循环次数:0)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ArrivalDateTime" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>172 Date and time of arrival at first port of arrival in Customs territory 运输工具抵达关境内第一个目的港的日期和时间(循环次数:0)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DepartureDateTime" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>156 Departure date and time 运输工具启运日期和时间(循环次数:0)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--******提(运)单数据段******-->
<xs:complexType name="Consignment">
<xs:annotation>
<xs:documentation>提(运)单数据段</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="TransportContractDocument" type="TransportContractDocument">
<xs:annotation>
<xs:documentation>运输合同信息(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AssociatedTransportDocument" type="AssociatedTransportDocument" minOccurs="0">
<xs:annotation>
<xs:documentation>运输合同附加信息(循环次数:0-1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="GrossVolumeMeasure" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>134 Cube 货物体积(循环次数:0)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ValueAmount" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>110 Consignment value 货物价值(循环次数:0)</xs:documentation>
</xs:annotation><xs:complexType>
<xs:attribute name="CurrencyTypeCode">
<xs:annotation>
<xs:documentation>135 Currency,coded 金额类型代码</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="LoadingLocation" type="LoadingLocation" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>装货地信息(循环次数:0)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="UnloadingLocation" type="UnloadingLocation" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>卸货地信息(循环次数:0)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="GoodsReceiptPlace" type="GoodsReceiptPlace" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>收货地信息(循环次数:0)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TranshipmentLocation" type="TranshipmentLocation" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>中转地信息(循环次数:0)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TransitDestination" type="TransitDestination" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>中转目的地信息(循环次数:0)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RoutingCountryCode" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>064 Country(ies) of routing,coded 途经的国家代码(循环次数:0)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="GoodsConsignedPlace" type="GoodsConsignedPlace" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>货物托运地信息(循环次数:0-1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CustomsStatusCode" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>094 Customs status of goods code 货物海关状态代码(循环次数:0)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TransportSplitIndicator" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>011 Carrier split consignment indicator 承运人货物分批到/发货标识(循环次数:0)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="FreightPayment" type="FreightPayment" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>运费支付信息(循环次数:0)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ConsignmentPackaging" type="ConsignmentPackaging" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>货物总件数/包装种类代码(循环次数:0)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TotalGrossMassMeasure" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>131 Total gross weight 货物总毛重(循环次数:0)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PreviousCustomsDocument" type="PreviousCustomsDocument" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>前一海关单证信息(循环次数:0)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DeliveryDestination" type="DeliveryDestinationAddress" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>货物交付信息(循环次数:0)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Handling" type="Handling" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>码头作业信息(循环次数:0)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IntermediateCarrier" type="IntermediateCarrier" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>中间承运人信息(循环次数:0)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Consignee" type="Consignee" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>收货人信息(循环次数:0)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Consignor" type="Consignor" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>发货人信息(循环次数:0)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NotifyParty" type="NotifyParty" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>通知人信息(循环次数:0)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="UNDGContact" type="UNDGContact" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>危险品联系人信息(循环次数:0)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TransportEquipment" type="TransportEquipment" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>集装箱(器)信息(循环次数:0)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ConsignmentItem" type="ConsignmentItem" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>商品项信息(循环次数:0)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--运输合同信息-->
<xs:complexType name="TransportContractDocument">
<xs:annotation>
<xs:documentation>运输合同信息</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ID">
<xs:annotation>
<xs:documentation>015 Transport document number 总提(运)单号(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ChangeReasonCode" maxOccurs="3">
<xs:annotation>
<xs:documentation>099 Amendment code 更改原因代码(循环次数:1-3)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ConditionCode" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>091 Contract and carriage condition code 运输条款代码(循环次数:0-1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Consolidator" type="Consolidator" minOccurs="0" maxOccurs="0">
<xs:annotation>
<xs:documentation>拼箱人信息(循环次数:0)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--拼箱人信息-->
<xs:complexType name="Consolidator">
<xs:annotation>
<xs:documentation>拼箱人信息</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ID">
<xs:annotation>
<xs:documentation>193 Consolidator,coded 拼箱人代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--运输合同附加信息-->
<xs:complexType name="AssociatedTransportDocument">
<xs:annotation>
<xs:documentation>运输合同附加信息</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ID">
<xs:annotation>
<xs:documentation>189 Associated transport document number 分提(运)单号(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--装货地信息-->
<xs:complexType name="LoadingLocation">
<xs:annotation>
<xs:documentation>装货地信息</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ID">
<xs:annotation>
<xs:documentation>070 Place of loading,coded 装货地代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LoadingDate">
<xs:annotation>
<xs:documentation>031 Consignment loading date 货物装载运输工具时间(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--卸货地信息-->
<xs:complexType name="UnloadingLocation">
<xs:annotation>
<xs:documentation>卸货地信息</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ID">
<xs:annotation>
<xs:documentation>080 Place of discharge code 卸货地代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ArrivalDate">
<xs:annotation>
<xs:documentation>173 Date of arrival at place of discharge 到达卸货地日期(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--收货地信息-->
<xs:complexType name="GoodsReceiptPlace">
<xs:annotation>
<xs:documentation>收货地信息</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ID">
<xs:annotation>
<xs:documentation>055 Goods receipt place code 收货地点代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Name">
<xs:annotation>
<xs:documentation>054 Goods receipt place 收货地点名称(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--中转地信息-->
<xs:complexType name="TranshipmentLocation">
<xs:annotation>
<xs:documentation>中转地信息</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ID">
<xs:annotation>
<xs:documentation>084 Transshipment place code 中转地点代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--中转目的地信息-->
<xs:complexType name="TransitDestination">
<xs:annotation>
<xs:documentation>中转目的地信息</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ID">
<xs:annotation>
<xs:documentation>182 Place of destination of the transit code 中转目的地代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--货物托运地信息-->
<xs:complexType name="GoodsConsignedPlace">
<xs:annotation>
<xs:documentation>货物托运地信息</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ID">
<xs:annotation>
<xs:documentation>202 Place or country whence consigned code 货物托运的地点或者国家代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--运费支付信息-->
<xs:complexType name="FreightPayment">
<xs:annotation>
<xs:documentation>运费支付信息</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="MethodCode">
<xs:annotation>
<xs:documentation>098 Transport charges method of payment code 运费支付方法代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--货物总件数/包装种类代码-->
<xs:complexType name="ConsignmentPackaging">
<xs:annotation>
<xs:documentation>货物总件数/包装种类代码</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="QuantityQuantity">
<xs:annotation>
<xs:documentation>146 Total number of packages 货物总件数(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TypeCode">
<xs:annotation>
<xs:documentation>141 Type of packages identification 包装种类代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--前一海关单证信息-->
<xs:complexType name="PreviousCustomsDocument">
<xs:annotation>
<xs:documentation>前一海关单证信息</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ID">
<xs:annotation>
<xs:documentation>007 Previous Customs document number 前一海关单证号(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TypeCode">
<xs:annotation>
<xs:documentation>186 Previous Customs document type code 前一海关单证类型代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--货物交付信息-->
<xs:complexType name="DeliveryDestinationAddress">
<xs:annotation>
<xs:documentation>货物交付信息</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Line">
<xs:annotation>
<xs:documentation>239 Street and number/P.O.Box 货物交付目的地地址(街道,邮箱)(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CityName">
<xs:annotation>
<xs:documentation>241 City name 城市名称(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CountrySubEntityID">
<xs:annotation>
<xs:documentation>244 Country sub-entity 省份代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CountrySubEntityName">
<xs:annotation>
<xs:documentation>243 Country sub-entity,name 省份名称(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PostcodeID">
<xs:annotation>
<xs:documentation>245 Postcode identification 邮政编码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CountryCode">
<xs:annotation>
<xs:documentation>242 Country code 国家代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--码头作业信息-->
<xs:complexType name="Handling">
<xs:annotation>
<xs:documentation>码头作业信息</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="InstructionsCodeCode">
<xs:annotation>
<xs:documentation>093 Handling instructions,coded 码头作业指令代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--中间承运人信息-->
<xs:complexType name="IntermediateCarrier">
<xs:annotation>
<xs:documentation>中间承运人信息</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ID">
<xs:annotation>
<xs:documentation>199 Intermediate Carrier Identification 中间承运人标识(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Communication" type="Communication" maxOccurs="3">
<xs:annotation>
<xs:documentation>中间承运人通讯方式信息(循环次数:1-3)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--收货人信息-->
<xs:complexType name="Consignee">
<xs:annotation>
<xs:documentation>收货人信息</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ID">
<xs:annotation>
<xs:documentation>052 Consignee coded 收货人代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Name">
<xs:annotation>
<xs:documentation>051 Consignee name 收货人名称(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Address" type="ConsigneeAddress">
<xs:annotation>
<xs:documentation>收货人地址信息(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Communication" type="Communication" maxOccurs="3">
<xs:annotation>
<xs:documentation>收货人通讯方式信息(循环次数:1-3)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Contact" type="Contact">
<xs:annotation>
<xs:documentation>收货具体联系人信息(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--收货人地址信息-->
<xs:complexType name="ConsigneeAddress">
<xs:annotation>
<xs:documentation>收货人地址信息</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Line">
<xs:annotation>
<xs:documentation>239 Street and number/P.O.Box 详细地址(街道,邮箱)(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CityName">
<xs:annotation>
<xs:documentation>241 City name 城市名称(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CountrySubEntityID">
<xs:annotation>
<xs:documentation>244 Country sub-entity 省份代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CountrySubEntityName">
<xs:annotation>
<xs:documentation>243 Country sub-entity,name 省份名称(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PostcodeID">
<xs:annotation>
<xs:documentation>245 Postcode identification 邮政编码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CountryCode">
<xs:annotation>
<xs:documentation>242 Country code 国家代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--具体联系人信息-->
<xs:complexType name="Contact">
<xs:annotation>
<xs:documentation>具体联系人信息</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Name">
<xs:annotation>
<xs:documentation>246 Department or employee contact name 具体联系人名称(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Communication" type="Communication" maxOccurs="3">
<xs:annotation>
<xs:documentation>具体联系人通讯方式信息(循环次数:1-3)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--发货人信息-->
<xs:complexType name="Consignor">
<xs:annotation>
<xs:documentation>发货人信息</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ID">
<xs:annotation>
<xs:documentation>072 Consignor code 发货人代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Name">
<xs:annotation>
<xs:documentation>071 consignor name 发货人名称(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Address" type="ConsignorAddress">
<xs:annotation>
<xs:documentation>发货人地址信息(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Communication" type="Communication" maxOccurs="3">
<xs:annotation>
<xs:documentation>发货人通讯方式信息(循环次数:1-3)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--发货人地址信息-->
<xs:complexType name="ConsignorAddress">
<xs:annotation>
<xs:documentation>发货人地址信息</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Line">
<xs:annotation>
<xs:documentation>239 Street and number/P.O.Box 详细地址(街道,邮箱)(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CityName">
<xs:annotation>
<xs:documentation>241 City name 城市名称(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CountrySubEntityID">
<xs:annotation>
<xs:documentation>244 Country sub-entity 省份代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CountrySubEntityName">
<xs:annotation>
<xs:documentation>243 Country sub-entity,name 省份名称(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PostcodeID">
<xs:annotation>
<xs:documentation>245 Postcode identification 邮政编码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CountryCode">
<xs:annotation>
<xs:documentation>242 Country code 国家代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--通知人信息-->
<xs:complexType name="NotifyParty">
<xs:annotation>
<xs:documentation>通知人信息</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ID">
<xs:annotation>
<xs:documentation>058 Notify party code 通知人代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Name">
<xs:annotation>
<xs:documentation>057 Notify party 通知人名称(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Address" type="NotifypartyAddress">
<xs:annotation>
<xs:documentation>通知人地址信息(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Communication" type="Communication" maxOccurs="3">
<xs:annotation>
<xs:documentation>通知人通讯方式信息(循环次数:1-3)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--通知人地址信息-->
<xs:complexType name="NotifypartyAddress">
<xs:annotation>
<xs:documentation>通知人地址信息</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Line">
<xs:annotation>
<xs:documentation>239 Street and number/P.O.Box 详细地址(街道,邮箱)(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CityName">
<xs:annotation>
<xs:documentation>241 City name 城市名称(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CountrySubEntityID">
<xs:annotation>
<xs:documentation>244 Country sub-entity 省份代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CountrySubEntityName">
<xs:annotation>
<xs:documentation>243 Country sub-entity,name 省份名称(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PostcodeID">
<xs:annotation>
<xs:documentation>245 Postcode identification 邮政编码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CountryCode">
<xs:annotation>
<xs:documentation>242 Country code 国家代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--危险品联系人信息-->
<xs:complexType name="UNDGContact">
<xs:annotation>
<xs:documentation>危险品联系人信息</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Name">
<xs:annotation>
<xs:documentation>045 Dangerous goods contact details 危险品联系人姓名(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Communication" type="Communication" maxOccurs="3">
<xs:annotation>
<xs:documentation>危险品联系人通讯方式信息(循环次数:1-3)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--通讯方式信息-->
<xs:complexType name="Communication">
<xs:annotation>
<xs:documentation>通讯方式信息</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ID">
<xs:annotation>
<xs:documentation>240 Communication number 通讯方式号码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TypeID">
<xs:annotation>
<xs:documentation>253 Communication number Type 通讯方式类别代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--集装箱(器)信息-->
<xs:complexType name="TransportEquipment">
<xs:annotation>
<xs:documentation>集装箱(器)信息</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="EquipmentIdentification" type="EquipmentIdentification">
<xs:annotation>
<xs:documentation>集装箱(器)编号信息(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CharacteristicCode">
<xs:annotation>
<xs:documentation>152 Equipment size and type identification 集装箱(器)尺寸和类型(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SupplierPartyTypeCode">
<xs:annotation>
<xs:documentation>151 Equipment supplier type code 集装箱(器)来源代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="FullnessCode">
<xs:annotation>
<xs:documentation>154 Transport equipment loaded status 重箱或者空箱标识代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SealID" maxOccurs="9">
<xs:annotation>
<xs:documentation>165 Seal number 封志类型/号码和施加封志人类型(循环次数:1-9)</xs:documentation>
</xs:annotation><xs:complexType>
<xs:attribute name="AgencyCode">
<xs:annotation>
<xs:documentation>230 Seal agency,coded 施加封志人类型</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--商品项信息-->
<xs:complexType name="ConsignmentItem">
<xs:annotation>
<xs:documentation>商品项信息</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="SequenceNumeric">
<xs:annotation>
<xs:documentation>006 Consignment item sequence number 商品项序号(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ConsignmentItemPackaging" type="ConsignmentItemPackaging">
<xs:annotation>
<xs:documentation>商品项包装信息(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Commodity" type="Commodity">
<xs:annotation>
<xs:documentation>商品项简要描述(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AdditionalInformation" type="AdditionalInformation">
<xs:annotation>
<xs:documentation>商品项补充描述(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="GoodsMeasure" type="GoodsMeasure">
<xs:annotation>
<xs:documentation>商品项货物毛重(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EquipmentIdentification" type="EquipmentIdentification" maxOccurs="4999">
<xs:annotation>
<xs:documentation>集装箱(器)编号信息(循环次数:1-9999)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CustomsProcedure" type="CustomsProcedure">
<xs:annotation>
<xs:documentation>海关手续信息(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="UCR" type="UCR" maxOccurs="99">
<xs:annotation>
<xs:documentation>唯一托运编号(循环次数:1-99)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Origin" type="Origin">
<xs:annotation>
<xs:documentation>原产国信息(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--商品项包装信息-->
<xs:complexType name="ConsignmentItemPackaging">
<xs:annotation>
<xs:documentation>商品项包装信息</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="QuantityQuantity">
<xs:annotation>
<xs:documentation>139 Number of packages per commodity 商品项货物件数(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TypeCode">
<xs:annotation>
<xs:documentation>141 Type of packages identification 包装种类代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MarksNumbers">
<xs:annotation>
<xs:documentation>142 Shipping marks 唛头(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--商品项简要描述-->
<xs:complexType name="Commodity">
<xs:annotation>
<xs:documentation>货物简要信息</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="CargoDescription">
<xs:annotation>
<xs:documentation>138 Brief cargo description 商品项简要描述(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="UNDGCode">
<xs:annotation>
<xs:documentation>143 UNDG Number(Dangerous Goods Code) 危险品编号(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TariffClassificationCode">
<xs:annotation>
<xs:documentation>145 Tariff code number(Customs) 海关税则编号(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--商品项货物毛重-->
<xs:complexType name="GoodsMeasure">
<xs:annotation>
<xs:documentation>商品项货物毛重</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="GrossMassMeasure">
<xs:annotation>
<xs:documentation>126 Gross weight item level 商品项货物毛重(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--海关手续信息-->
<xs:complexType name="CustomsProcedure">
<xs:annotation>
<xs:documentation>海关手续信息</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="CurrentCode">
<xs:annotation>
<xs:documentation>166 Customs procedure code 海关手续代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--原产国信息-->
<xs:complexType name="Origin">
<xs:annotation>
<xs:documentation>原产国信息</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="OriginCountryCode">
<xs:annotation>
<xs:documentation>063 Country of origin code 原产国代码(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--唯一托运编号-->
<xs:complexType name="UCR">
<xs:annotation>
<xs:documentation>唯一托运编号</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ID">
<xs:annotation>
<xs:documentation>016 Unique consignment reference number 唯一托运编号(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--集装箱(器)编号信息-->
<xs:complexType name="EquipmentIdentification">
<xs:annotation>
<xs:documentation>集装箱(器)编号信息</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ID">
<xs:annotation>
<xs:documentation>159 Equipment identification number 集装箱(器)编号(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!--******补充信息数据段******-->
<xs:complexType name="AdditionalInformation">
<xs:annotation>
<xs:documentation>补充信息数据段</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Reason" minOccurs="0">
<xs:annotation>
<xs:documentation>变更原因描述</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ContactName" minOccurs="0">
<xs:annotation>
<xs:documentation>变更申请联系人姓名</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ContactTel" minOccurs="0">
<xs:annotation>
<xs:documentation>变更申请联系人电话</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Content" minOccurs="0">
<xs:annotation>
<xs:documentation>105 Free text 备注(循环次数:1)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:schema>