@stackforge-eu/factur-x 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +31 -0
- package/LICENSE +287 -0
- package/README.md +264 -0
- package/dist/index.cjs +1320 -0
- package/dist/index.d.cts +1336 -0
- package/dist/index.d.ts +1336 -0
- package/dist/index.js +1285 -0
- package/package.json +81 -0
- package/schema/README.md +39 -0
- package/schema/basic/FACTUR-X_BASIC.xsd +20 -0
- package/schema/basic/FACTUR-X_BASIC_urn_un_unece_uncefact_data_standard_QualifiedDataType_100.xsd +86 -0
- package/schema/basic/FACTUR-X_BASIC_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_100.xsd +249 -0
- package/schema/basic/FACTUR-X_BASIC_urn_un_unece_uncefact_data_standard_UnqualifiedDataType_100.xsd +60 -0
- package/schema/basic-wl/FACTUR-X_BASIC-WL.xsd +20 -0
- package/schema/basic-wl/FACTUR-X_BASIC-WL_urn_un_unece_uncefact_data_standard_QualifiedDataType_100.xsd +86 -0
- package/schema/basic-wl/FACTUR-X_BASIC-WL_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_100.xsd +196 -0
- package/schema/basic-wl/FACTUR-X_BASIC-WL_urn_un_unece_uncefact_data_standard_UnqualifiedDataType_100.xsd +53 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B.xsd +25 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_EDIFICAS-EU_AccountingAccountType_D11A.xsd +18 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_EDIFICAS-EU_AccountingAmountType_D11A.xsd +17 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_ISO_ISO3AlphaCurrencyCode_2012-08-31.xsd +191 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_ActionCode_D22A.xsd +130 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_AddressType_D22A.xsd +19 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_AdjustmentReasonDescriptionCode_D22A.xsd +116 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_AllowanceChargeIdentificationCode_D22A.xsd +116 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_AllowanceChargeReasonCode_D22A.xsd +116 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_AutomaticDataCaptureMethodCode_D22A.xsd +21 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_CargoOperationalCategoryCode_D22A.xsd +36 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_CargoTypeCode_1996Rev2Final.xsd +20 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_CommodityIdentificationCode_D22A.xsd +12 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_CommunicationMeansTypeCode_D22A.xsd +58 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_ContactFunctionCode_D22A.xsd +114 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_DangerousGoodsPackingCode_D22A.xsd +15 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_DangerousGoodsRegulationCode_D22A.xsd +35 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_DateOnlyFormatCode_D21B.xsd +21 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_DeliveryTermsCode_2020.xsd +24 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_DeliveryTermsFunctionCode_D22A.xsd +19 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_DimensionTypeCode_D22A.xsd +35 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_DocumentNameCode_Accounting_D22A.xsd +35 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_DocumentNameCode_D22A.xsd +819 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_DocumentStatusCode_D22A.xsd +61 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_DutyTaxFeeTypeCode_D22A.xsd +67 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_DutyorTaxorFeeCategoryCode_D22A.xsd +33 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_EventTimeReferenceCodePaymentTermsEvent_D22A.xsd +16 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_EventTimeReferenceCode_D22A.xsd +76 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_FreightChargeQuantityUnitBasisCode_D22A.xsd +12 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_FreightChargeTariffCode_D22A.xsd +25 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_GoodsTypeCode_D22A.xsd +12 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_GoodsTypeExtensionCode_D22A.xsd +12 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_LocationFunctionCode_D22A.xsd +326 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_MeasurementUnitCommonCodeLinear_4.xsd +17 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_MeasurementUnitCommonCodeVolume_4.xsd +18 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_MeasurementUnitCommonCodeWeight_4.xsd +15 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_MessageFunctionCode_D22A.xsd +84 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_PackageTypeCode_2006.xsd +416 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_PackagingMarkingCode_D22A.xsd +63 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_PartyRoleCode_ChargePaying_D22A.xsd +32 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_PartyRoleCode_D22A.xsd +635 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_PaymentGuaranteeMeansCode_D22A.xsd +23 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_PaymentMeansChannelCode_D22A.xsd +27 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_PaymentMeansCode_D22A.xsd +94 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_PaymentTermsTypeCode_D22A.xsd +90 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_PriceTypeCode_D22A.xsd +50 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_ReferenceTypeCode_D22A.xsd +828 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_SealConditionCode_D22A.xsd +16 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_SealingPartyRoleCode_D22A.xsd +18 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_StatusCode_D22A.xsd +527 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_StatusDescriptionCode_AccountingDebitCredit_D22A.xsd +18 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_TimeOnlyFormatCode_D21B.xsd +16 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_TimePointFormatCode_D21B.xsd +17 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_TransportEquipmentCategoryCode_D22A.xsd +107 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_TransportEquipmentFullnessCode_D22A.xsd +24 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_TransportMeansTypeCode_2007.xsd +145 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_TransportModeCode_2.xsd +21 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_TransportMovementStageCode_D22A.xsd +41 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_TransportPaymentArrangementCode_D22A.xsd +15 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_data_standard_QualifiedDataType_100.xsd +818 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_100.xsd +6176 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_data_standard_UnqualifiedDataType_100.xsd +144 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_identifierlist_standard_ISO_ISOTwo-letterCountryCode_SecondEdition2006.xsd +260 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_identifierlist_standard_UNECE_FreightCostCode_4.xsd +1722 -0
- package/schema/cii-d22b/CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_identifierlist_standard_UNECE_PaymentTermsDescriptionIdentifier_D22A.xsd +18 -0
- package/schema/en16931/FACTUR-X_EN16931.xsd +20 -0
- package/schema/en16931/FACTUR-X_EN16931_urn_un_unece_uncefact_data_standard_QualifiedDataType_100.xsd +94 -0
- package/schema/en16931/FACTUR-X_EN16931_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_100.xsd +318 -0
- package/schema/en16931/FACTUR-X_EN16931_urn_un_unece_uncefact_data_standard_UnqualifiedDataType_100.xsd +84 -0
- package/schema/extended/FACTUR-X_EXTENDED.xsd +20 -0
- package/schema/extended/FACTUR-X_EXTENDED_urn_un_unece_uncefact_data_standard_QualifiedDataType_100.xsd +142 -0
- package/schema/extended/FACTUR-X_EXTENDED_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_100.xsd +475 -0
- package/schema/extended/FACTUR-X_EXTENDED_urn_un_unece_uncefact_data_standard_UnqualifiedDataType_100.xsd +101 -0
- package/schema/minimum/FACTUR-X_MINIMUM.xsd +20 -0
- package/schema/minimum/FACTUR-X_MINIMUM_urn_un_unece_uncefact_data_standard_QualifiedDataType_100.xsd +30 -0
- package/schema/minimum/FACTUR-X_MINIMUM_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_100.xsd +86 -0
- package/schema/minimum/FACTUR-X_MINIMUM_urn_un_unece_uncefact_data_standard_UnqualifiedDataType_100.xsd +38 -0
|
@@ -0,0 +1,818 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<xsd:schema xmlns:qdt="urn:un:unece:uncefact:data:standard:QualifiedDataType:100"
|
|
3
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
4
|
+
xmlns:clm210AccountingE501="urn:un:unece:uncefact:codelist:standard:EDIFICAS-EU:AccountingAccountType:D11A"
|
|
5
|
+
xmlns:clm210AccountingE601="urn:un:unece:uncefact:codelist:standard:EDIFICAS-EU:AccountingAmountType:D11A"
|
|
6
|
+
xmlns:clm5ISO42173A="urn:un:unece:uncefact:codelist:standard:ISO:ISO3AlphaCurrencyCode:2012-08-31"
|
|
7
|
+
xmlns:clm61229LineStatusCode="urn:un:unece:uncefact:codelist:standard:UNECE:ActionCode:D22A"
|
|
8
|
+
xmlns:clm63131="urn:un:unece:uncefact:codelist:standard:UNECE:AddressType:D22A"
|
|
9
|
+
xmlns:clm64465="urn:un:unece:uncefact:codelist:standard:UNECE:AdjustmentReasonDescriptionCode:D22A"
|
|
10
|
+
xmlns:clm65189AllowanceChargeID="urn:un:unece:uncefact:codelist:standard:UNECE:AllowanceChargeIdentificationCode:D22A"
|
|
11
|
+
xmlns:clm64465AllowanceChargeReasonCode="urn:un:unece:uncefact:codelist:standard:UNECE:AllowanceChargeReasonCode:D22A"
|
|
12
|
+
xmlns:clm67233AutomaticDataCaptureMethodCode="urn:un:unece:uncefact:codelist:standard:UNECE:AutomaticDataCaptureMethodCode:D22A"
|
|
13
|
+
xmlns:clm67085b="urn:un:unece:uncefact:codelist:standard:UNECE:CargoOperationalCategoryCode:D22A"
|
|
14
|
+
xmlns:clm6Recommendation21AnnexI="urn:un:unece:uncefact:codelist:standard:UNECE:CargoTypeCode:1996Rev2Final"
|
|
15
|
+
xmlns:clm67357="urn:un:unece:uncefact:codelist:standard:UNECE:CommodityIdentificationCode:D22A"
|
|
16
|
+
xmlns:clm63155CommunicationChannelCode="urn:un:unece:uncefact:codelist:standard:UNECE:CommunicationMeansTypeCode:D22A"
|
|
17
|
+
xmlns:clm63139ContactTypeCode="urn:un:unece:uncefact:codelist:standard:UNECE:ContactFunctionCode:D22A"
|
|
18
|
+
xmlns:clm68339="urn:un:unece:uncefact:codelist:standard:UNECE:DangerousGoodsPackingCode:D22A"
|
|
19
|
+
xmlns:clm68273="urn:un:unece:uncefact:codelist:standard:UNECE:DangerousGoodsRegulationCode:D22A"
|
|
20
|
+
xmlns:clm62379dateonly="urn:un:unece:uncefact:codelist:standard:UNECE:DateOnlyFormatCode:D21B"
|
|
21
|
+
xmlns:clm64053="urn:un:unece:uncefact:codelist:standard:UNECE:DeliveryTermsCode:2020"
|
|
22
|
+
xmlns:clm64055DeliveryTermsFunctionCode="urn:un:unece:uncefact:codelist:standard:UNECE:DeliveryTermsFunctionCode:D22A"
|
|
23
|
+
xmlns:clm66145="urn:un:unece:uncefact:codelist:standard:UNECE:DimensionTypeCode:D22A"
|
|
24
|
+
xmlns:clm61001="urn:un:unece:uncefact:codelist:standard:UNECE:DocumentNameCode:D22A"
|
|
25
|
+
xmlns:clm61001Accounting="urn:un:unece:uncefact:codelist:standard:UNECE:DocumentNameCode_Accounting:D22A"
|
|
26
|
+
xmlns:clm61373="urn:un:unece:uncefact:codelist:standard:UNECE:DocumentStatusCode:D22A"
|
|
27
|
+
xmlns:clm65153="urn:un:unece:uncefact:codelist:standard:UNECE:DutyTaxFeeTypeCode:D22A"
|
|
28
|
+
xmlns:clm65305="urn:un:unece:uncefact:codelist:standard:UNECE:DutyorTaxorFeeCategoryCode:D22A"
|
|
29
|
+
xmlns:clm62475="urn:un:unece:uncefact:codelist:standard:UNECE:EventTimeReferenceCode:D22A"
|
|
30
|
+
xmlns:clm62475PaymentTermsEvent="urn:un:unece:uncefact:codelist:standard:UNECE:EventTimeReferenceCodePaymentTermsEvent:D22A"
|
|
31
|
+
xmlns:clm66131="urn:un:unece:uncefact:codelist:standard:UNECE:FreightChargeQuantityUnitBasisCode:D22A"
|
|
32
|
+
xmlns:clm65243="urn:un:unece:uncefact:codelist:standard:UNECE:FreightChargeTariffCode:D22A"
|
|
33
|
+
xmlns:clm6TDED7357="urn:un:unece:uncefact:codelist:standard:UNECE:GoodsTypeCode:D22A"
|
|
34
|
+
xmlns:clm6TDED7361="urn:un:unece:uncefact:codelist:standard:UNECE:GoodsTypeExtensionCode:D22A"
|
|
35
|
+
xmlns:clm63227="urn:un:unece:uncefact:codelist:standard:UNECE:LocationFunctionCode:D22A"
|
|
36
|
+
xmlns:clm6Recommendation20Linear="urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeLinear:4"
|
|
37
|
+
xmlns:clm6Recommendation20Volume="urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeVolume:4"
|
|
38
|
+
xmlns:clm6Recommendation20Weight="urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeWeight:4"
|
|
39
|
+
xmlns:clm61225MessageFunctionTypeCode="urn:un:unece:uncefact:codelist:standard:UNECE:MessageFunctionCode:D22A"
|
|
40
|
+
xmlns:clm67065="urn:un:unece:uncefact:codelist:standard:UNECE:PackageTypeCode:2006"
|
|
41
|
+
xmlns:clm67233PackagingMarkingCode="urn:un:unece:uncefact:codelist:standard:UNECE:PackagingMarkingCode:D22A"
|
|
42
|
+
xmlns:clm63035="urn:un:unece:uncefact:codelist:standard:UNECE:PartyRoleCode:D22A"
|
|
43
|
+
xmlns:clm63035ChargePaying="urn:un:unece:uncefact:codelist:standard:UNECE:PartyRoleCode_ChargePaying:D22A"
|
|
44
|
+
xmlns:clm64431="urn:un:unece:uncefact:codelist:standard:UNECE:PaymentGuaranteeMeansCode:D22A"
|
|
45
|
+
xmlns:clm64435="urn:un:unece:uncefact:codelist:standard:UNECE:PaymentMeansChannelCode:D22A"
|
|
46
|
+
xmlns:clm64461="urn:un:unece:uncefact:codelist:standard:UNECE:PaymentMeansCode:D22A"
|
|
47
|
+
xmlns:clm64279="urn:un:unece:uncefact:codelist:standard:UNECE:PaymentTermsTypeCode:D22A"
|
|
48
|
+
xmlns:clm65375="urn:un:unece:uncefact:codelist:standard:UNECE:PriceTypeCode:D22A"
|
|
49
|
+
xmlns:clm61153ReferenceTypeCode="urn:un:unece:uncefact:codelist:standard:UNECE:ReferenceTypeCode:D22A"
|
|
50
|
+
xmlns:clm64517="urn:un:unece:uncefact:codelist:standard:UNECE:SealConditionCode:D22A"
|
|
51
|
+
xmlns:clm69303="urn:un:unece:uncefact:codelist:standard:UNECE:SealingPartyRoleCode:D22A"
|
|
52
|
+
xmlns:clm64405="urn:un:unece:uncefact:codelist:standard:UNECE:StatusCode:D22A"
|
|
53
|
+
xmlns:clm64405AccountingDebitCredit="urn:un:unece:uncefact:codelist:standard:UNECE:StatusDescriptionCode_AccountingDebitCredit:D22A"
|
|
54
|
+
xmlns:clm62379timeonly="urn:un:unece:uncefact:codelist:standard:UNECE:TimeOnlyFormatCode:D21B"
|
|
55
|
+
xmlns:clm62379="urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B"
|
|
56
|
+
xmlns:clm68053="urn:un:unece:uncefact:codelist:standard:UNECE:TransportEquipmentCategoryCode:D22A"
|
|
57
|
+
xmlns:clm68169="urn:un:unece:uncefact:codelist:standard:UNECE:TransportEquipmentFullnessCode:D22A"
|
|
58
|
+
xmlns:clm6Recommendation28="urn:un:unece:uncefact:codelist:standard:UNECE:TransportMeansTypeCode:2007"
|
|
59
|
+
xmlns:clm6Recommendation19="urn:un:unece:uncefact:codelist:standard:UNECE:TransportModeCode:2"
|
|
60
|
+
xmlns:clm68051="urn:un:unece:uncefact:codelist:standard:UNECE:TransportMovementStageCode:D22A"
|
|
61
|
+
xmlns:clm64237TransportPaymentArrangementCode="urn:un:unece:uncefact:codelist:standard:UNECE:TransportPaymentArrangementCode:D22A"
|
|
62
|
+
xmlns:udt="urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100"
|
|
63
|
+
xmlns:ids5ISO316612A="urn:un:unece:uncefact:identifierlist:standard:ISO:ISOTwo-letterCountryCode:SecondEdition2006"
|
|
64
|
+
xmlns:ids6Recommendation23="urn:un:unece:uncefact:identifierlist:standard:UNECE:FreightCostCode:4"
|
|
65
|
+
xmlns:ids64277="urn:un:unece:uncefact:identifierlist:standard:UNECE:PaymentTermsDescriptionIdentifier:D22A"
|
|
66
|
+
targetNamespace="urn:un:unece:uncefact:data:standard:QualifiedDataType:100"
|
|
67
|
+
elementFormDefault="qualified"
|
|
68
|
+
version="100.D22B">
|
|
69
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:EDIFICAS-EU:AccountingAccountType:D11A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_EDIFICAS-EU_AccountingAccountType_D11A.xsd"/>
|
|
70
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:EDIFICAS-EU:AccountingAmountType:D11A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_EDIFICAS-EU_AccountingAmountType_D11A.xsd"/>
|
|
71
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:ISO:ISO3AlphaCurrencyCode:2012-08-31" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_ISO_ISO3AlphaCurrencyCode_2012-08-31.xsd"/>
|
|
72
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:ActionCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_ActionCode_D22A.xsd"/>
|
|
73
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:AddressType:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_AddressType_D22A.xsd"/>
|
|
74
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:AdjustmentReasonDescriptionCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_AdjustmentReasonDescriptionCode_D22A.xsd"/>
|
|
75
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:AllowanceChargeIdentificationCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_AllowanceChargeIdentificationCode_D22A.xsd"/>
|
|
76
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:AllowanceChargeReasonCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_AllowanceChargeReasonCode_D22A.xsd"/>
|
|
77
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:AutomaticDataCaptureMethodCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_AutomaticDataCaptureMethodCode_D22A.xsd"/>
|
|
78
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:CargoOperationalCategoryCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_CargoOperationalCategoryCode_D22A.xsd"/>
|
|
79
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:CargoTypeCode:1996Rev2Final" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_CargoTypeCode_1996Rev2Final.xsd"/>
|
|
80
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:CommodityIdentificationCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_CommodityIdentificationCode_D22A.xsd"/>
|
|
81
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:CommunicationMeansTypeCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_CommunicationMeansTypeCode_D22A.xsd"/>
|
|
82
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:ContactFunctionCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_ContactFunctionCode_D22A.xsd"/>
|
|
83
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:DangerousGoodsPackingCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_DangerousGoodsPackingCode_D22A.xsd"/>
|
|
84
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:DangerousGoodsRegulationCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_DangerousGoodsRegulationCode_D22A.xsd"/>
|
|
85
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:DateOnlyFormatCode:D21B" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_DateOnlyFormatCode_D21B.xsd"/>
|
|
86
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:DeliveryTermsCode:2020" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_DeliveryTermsCode_2020.xsd"/>
|
|
87
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:DeliveryTermsFunctionCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_DeliveryTermsFunctionCode_D22A.xsd"/>
|
|
88
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:DimensionTypeCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_DimensionTypeCode_D22A.xsd"/>
|
|
89
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:DocumentNameCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_DocumentNameCode_D22A.xsd"/>
|
|
90
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:DocumentNameCode_Accounting:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_DocumentNameCode_Accounting_D22A.xsd"/>
|
|
91
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:DocumentStatusCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_DocumentStatusCode_D22A.xsd"/>
|
|
92
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:DutyTaxFeeTypeCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_DutyTaxFeeTypeCode_D22A.xsd"/>
|
|
93
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:DutyorTaxorFeeCategoryCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_DutyorTaxorFeeCategoryCode_D22A.xsd"/>
|
|
94
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:EventTimeReferenceCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_EventTimeReferenceCode_D22A.xsd"/>
|
|
95
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:EventTimeReferenceCodePaymentTermsEvent:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_EventTimeReferenceCodePaymentTermsEvent_D22A.xsd"/>
|
|
96
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:FreightChargeQuantityUnitBasisCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_FreightChargeQuantityUnitBasisCode_D22A.xsd"/>
|
|
97
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:FreightChargeTariffCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_FreightChargeTariffCode_D22A.xsd"/>
|
|
98
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:GoodsTypeCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_GoodsTypeCode_D22A.xsd"/>
|
|
99
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:GoodsTypeExtensionCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_GoodsTypeExtensionCode_D22A.xsd"/>
|
|
100
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:LocationFunctionCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_LocationFunctionCode_D22A.xsd"/>
|
|
101
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeLinear:4" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_MeasurementUnitCommonCodeLinear_4.xsd"/>
|
|
102
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeVolume:4" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_MeasurementUnitCommonCodeVolume_4.xsd"/>
|
|
103
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeWeight:4" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_MeasurementUnitCommonCodeWeight_4.xsd"/>
|
|
104
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:MessageFunctionCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_MessageFunctionCode_D22A.xsd"/>
|
|
105
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:PackageTypeCode:2006" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_PackageTypeCode_2006.xsd"/>
|
|
106
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:PackagingMarkingCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_PackagingMarkingCode_D22A.xsd"/>
|
|
107
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:PartyRoleCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_PartyRoleCode_D22A.xsd"/>
|
|
108
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:PartyRoleCode_ChargePaying:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_PartyRoleCode_ChargePaying_D22A.xsd"/>
|
|
109
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:PaymentGuaranteeMeansCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_PaymentGuaranteeMeansCode_D22A.xsd"/>
|
|
110
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:PaymentMeansChannelCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_PaymentMeansChannelCode_D22A.xsd"/>
|
|
111
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:PaymentMeansCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_PaymentMeansCode_D22A.xsd"/>
|
|
112
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:PaymentTermsTypeCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_PaymentTermsTypeCode_D22A.xsd"/>
|
|
113
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:PriceTypeCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_PriceTypeCode_D22A.xsd"/>
|
|
114
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:ReferenceTypeCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_ReferenceTypeCode_D22A.xsd"/>
|
|
115
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:SealConditionCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_SealConditionCode_D22A.xsd"/>
|
|
116
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:SealingPartyRoleCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_SealingPartyRoleCode_D22A.xsd"/>
|
|
117
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:StatusCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_StatusCode_D22A.xsd"/>
|
|
118
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:StatusDescriptionCode_AccountingDebitCredit:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_StatusDescriptionCode_AccountingDebitCredit_D22A.xsd"/>
|
|
119
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:TimeOnlyFormatCode:D21B" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_TimeOnlyFormatCode_D21B.xsd"/>
|
|
120
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_TimePointFormatCode_D21B.xsd"/>
|
|
121
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:TransportEquipmentCategoryCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_TransportEquipmentCategoryCode_D22A.xsd"/>
|
|
122
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:TransportEquipmentFullnessCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_TransportEquipmentFullnessCode_D22A.xsd"/>
|
|
123
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:TransportMeansTypeCode:2007" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_TransportMeansTypeCode_2007.xsd"/>
|
|
124
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:TransportModeCode:2" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_TransportModeCode_2.xsd"/>
|
|
125
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:TransportMovementStageCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_TransportMovementStageCode_D22A.xsd"/>
|
|
126
|
+
<xsd:import namespace="urn:un:unece:uncefact:codelist:standard:UNECE:TransportPaymentArrangementCode:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_codelist_standard_UNECE_TransportPaymentArrangementCode_D22A.xsd"/>
|
|
127
|
+
<xsd:import namespace="urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_data_standard_UnqualifiedDataType_100.xsd"/>
|
|
128
|
+
<xsd:import namespace="urn:un:unece:uncefact:identifierlist:standard:ISO:ISOTwo-letterCountryCode:SecondEdition2006" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_identifierlist_standard_ISO_ISOTwo-letterCountryCode_SecondEdition2006.xsd"/>
|
|
129
|
+
<xsd:import namespace="urn:un:unece:uncefact:identifierlist:standard:UNECE:FreightCostCode:4" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_identifierlist_standard_UNECE_FreightCostCode_4.xsd"/>
|
|
130
|
+
<xsd:import namespace="urn:un:unece:uncefact:identifierlist:standard:UNECE:PaymentTermsDescriptionIdentifier:D22A" schemaLocation="CrossIndustryInvoice_100pD22B_urn_un_unece_uncefact_identifierlist_standard_UNECE_PaymentTermsDescriptionIdentifier_D22A.xsd"/>
|
|
131
|
+
<xsd:complexType name="AccountingAccountTypeCodeType">
|
|
132
|
+
<xsd:simpleContent>
|
|
133
|
+
<xsd:extension base="clm210AccountingE501:AccountingAccountTypeContentType">
|
|
134
|
+
<xsd:attribute name="listAgencyID" type="xsd:token" fixed="210"/>
|
|
135
|
+
</xsd:extension>
|
|
136
|
+
</xsd:simpleContent>
|
|
137
|
+
</xsd:complexType>
|
|
138
|
+
<xsd:complexType name="AccountingAmountTypeCodeType">
|
|
139
|
+
<xsd:simpleContent>
|
|
140
|
+
<xsd:extension base="clm210AccountingE601:AccountingAmountTypeContentType">
|
|
141
|
+
<xsd:attribute name="listAgencyID" type="xsd:token" fixed="210"/>
|
|
142
|
+
</xsd:extension>
|
|
143
|
+
</xsd:simpleContent>
|
|
144
|
+
</xsd:complexType>
|
|
145
|
+
<xsd:simpleType name="AccountingDebitCreditStatusCodeListAgencyIDContentType">
|
|
146
|
+
<xsd:restriction base="xsd:token">
|
|
147
|
+
<xsd:enumeration value="6"/>
|
|
148
|
+
</xsd:restriction>
|
|
149
|
+
</xsd:simpleType>
|
|
150
|
+
<xsd:complexType name="AccountingDebitCreditStatusCodeType">
|
|
151
|
+
<xsd:simpleContent>
|
|
152
|
+
<xsd:extension base="clm64405AccountingDebitCredit:StatusDescriptionCodeAccountingDebitCreditContentType">
|
|
153
|
+
<xsd:attribute name="listID" type="xsd:token" fixed="4405_Accounting Debit Credit"/>
|
|
154
|
+
<xsd:attribute name="listAgencyID" type="qdt:AccountingDebitCreditStatusCodeListAgencyIDContentType" fixed="6"/>
|
|
155
|
+
<xsd:attribute name="listVersionID" type="xsd:token" fixed="D22A"/>
|
|
156
|
+
<xsd:attribute name="listURI" type="xsd:anyURI"/>
|
|
157
|
+
</xsd:extension>
|
|
158
|
+
</xsd:simpleContent>
|
|
159
|
+
</xsd:complexType>
|
|
160
|
+
<xsd:simpleType name="AccountingDocumentCodeListAgencyIDContentType">
|
|
161
|
+
<xsd:restriction base="xsd:token">
|
|
162
|
+
<xsd:enumeration value="6"/>
|
|
163
|
+
</xsd:restriction>
|
|
164
|
+
</xsd:simpleType>
|
|
165
|
+
<xsd:complexType name="AccountingDocumentCodeType">
|
|
166
|
+
<xsd:simpleContent>
|
|
167
|
+
<xsd:extension base="clm61001Accounting:DocumentNameCodeAccountingContentType">
|
|
168
|
+
<xsd:attribute name="listAgencyID" type="qdt:AccountingDocumentCodeListAgencyIDContentType" fixed="6"/>
|
|
169
|
+
</xsd:extension>
|
|
170
|
+
</xsd:simpleContent>
|
|
171
|
+
</xsd:complexType>
|
|
172
|
+
<xsd:simpleType name="AddressTypeCodeListAgencyIDContentType">
|
|
173
|
+
<xsd:restriction base="xsd:token">
|
|
174
|
+
<xsd:enumeration value="6"/>
|
|
175
|
+
</xsd:restriction>
|
|
176
|
+
</xsd:simpleType>
|
|
177
|
+
<xsd:complexType name="AddressTypeCodeType">
|
|
178
|
+
<xsd:simpleContent>
|
|
179
|
+
<xsd:extension base="clm63131:AddressTypeContentType">
|
|
180
|
+
<xsd:attribute name="listID" type="xsd:token" fixed="3131"/>
|
|
181
|
+
<xsd:attribute name="listAgencyID" type="qdt:AddressTypeCodeListAgencyIDContentType" fixed="6"/>
|
|
182
|
+
<xsd:attribute name="listVersionID" type="xsd:token" fixed="D22A"/>
|
|
183
|
+
<xsd:attribute name="name" type="xsd:string"/>
|
|
184
|
+
</xsd:extension>
|
|
185
|
+
</xsd:simpleContent>
|
|
186
|
+
</xsd:complexType>
|
|
187
|
+
<xsd:simpleType name="AdjustmentReasonCodeListAgencyIDContentType">
|
|
188
|
+
<xsd:restriction base="xsd:token">
|
|
189
|
+
<xsd:enumeration value="6"/>
|
|
190
|
+
</xsd:restriction>
|
|
191
|
+
</xsd:simpleType>
|
|
192
|
+
<xsd:complexType name="AdjustmentReasonCodeType">
|
|
193
|
+
<xsd:simpleContent>
|
|
194
|
+
<xsd:extension base="clm64465:AdjustmentReasonDescriptionCodeContentType">
|
|
195
|
+
<xsd:attribute name="listAgencyID" type="qdt:AdjustmentReasonCodeListAgencyIDContentType" fixed="6"/>
|
|
196
|
+
</xsd:extension>
|
|
197
|
+
</xsd:simpleContent>
|
|
198
|
+
</xsd:complexType>
|
|
199
|
+
<xsd:complexType name="AllowanceChargeIdentificationCodeType">
|
|
200
|
+
<xsd:simpleContent>
|
|
201
|
+
<xsd:extension base="clm65189AllowanceChargeID:AllowanceChargeIdentificationCodeContentType">
|
|
202
|
+
<xsd:attribute name="listAgencyID" type="xsd:token" fixed="6"/>
|
|
203
|
+
</xsd:extension>
|
|
204
|
+
</xsd:simpleContent>
|
|
205
|
+
</xsd:complexType>
|
|
206
|
+
<xsd:simpleType name="AllowanceChargeReasonCodeListAgencyIDContentType">
|
|
207
|
+
<xsd:restriction base="xsd:token">
|
|
208
|
+
<xsd:enumeration value="6"/>
|
|
209
|
+
</xsd:restriction>
|
|
210
|
+
</xsd:simpleType>
|
|
211
|
+
<xsd:complexType name="AllowanceChargeReasonCodeType">
|
|
212
|
+
<xsd:simpleContent>
|
|
213
|
+
<xsd:extension base="clm64465AllowanceChargeReasonCode:AllowanceChargeReasonCodeContentType">
|
|
214
|
+
<xsd:attribute name="listAgencyID" type="qdt:AllowanceChargeReasonCodeListAgencyIDContentType" fixed="6"/>
|
|
215
|
+
</xsd:extension>
|
|
216
|
+
</xsd:simpleContent>
|
|
217
|
+
</xsd:complexType>
|
|
218
|
+
<xsd:simpleType name="AutomaticDataCaptureMethodCodeListAgencyIDContentType">
|
|
219
|
+
<xsd:restriction base="xsd:token">
|
|
220
|
+
<xsd:enumeration value="6"/>
|
|
221
|
+
</xsd:restriction>
|
|
222
|
+
</xsd:simpleType>
|
|
223
|
+
<xsd:complexType name="AutomaticDataCaptureMethodCodeType">
|
|
224
|
+
<xsd:simpleContent>
|
|
225
|
+
<xsd:extension base="clm67233AutomaticDataCaptureMethodCode:AutomaticDataCaptureMethodCodeContentType">
|
|
226
|
+
<xsd:attribute name="listAgencyID" type="qdt:AutomaticDataCaptureMethodCodeListAgencyIDContentType" fixed="6"/>
|
|
227
|
+
</xsd:extension>
|
|
228
|
+
</xsd:simpleContent>
|
|
229
|
+
</xsd:complexType>
|
|
230
|
+
<xsd:simpleType name="CargoCategoryCodeListAgencyIDContentType">
|
|
231
|
+
<xsd:restriction base="xsd:token">
|
|
232
|
+
<xsd:enumeration value="6"/>
|
|
233
|
+
</xsd:restriction>
|
|
234
|
+
</xsd:simpleType>
|
|
235
|
+
<xsd:complexType name="CargoCategoryCodeType">
|
|
236
|
+
<xsd:simpleContent>
|
|
237
|
+
<xsd:extension base="clm6Recommendation21AnnexI:CargoTypeCodeContentType">
|
|
238
|
+
<xsd:attribute name="listAgencyID" type="qdt:CargoCategoryCodeListAgencyIDContentType" fixed="6"/>
|
|
239
|
+
</xsd:extension>
|
|
240
|
+
</xsd:simpleContent>
|
|
241
|
+
</xsd:complexType>
|
|
242
|
+
<xsd:complexType name="CargoCommodityCategoryCodeType">
|
|
243
|
+
<xsd:simpleContent>
|
|
244
|
+
<xsd:extension base="clm67357:CommodityIdentificationCodeContentType">
|
|
245
|
+
<xsd:attribute name="listAgencyID" type="xsd:token" fixed="6"/>
|
|
246
|
+
</xsd:extension>
|
|
247
|
+
</xsd:simpleContent>
|
|
248
|
+
</xsd:complexType>
|
|
249
|
+
<xsd:simpleType name="CargoOperationalCategoryCodeListAgencyIDContentType">
|
|
250
|
+
<xsd:restriction base="xsd:token">
|
|
251
|
+
<xsd:enumeration value="6"/>
|
|
252
|
+
</xsd:restriction>
|
|
253
|
+
</xsd:simpleType>
|
|
254
|
+
<xsd:complexType name="CargoOperationalCategoryCodeType">
|
|
255
|
+
<xsd:simpleContent>
|
|
256
|
+
<xsd:extension base="clm67085b:CargoOperationalCategoryCodeContentType">
|
|
257
|
+
<xsd:attribute name="listAgencyID" type="qdt:CargoOperationalCategoryCodeListAgencyIDContentType" fixed="6"/>
|
|
258
|
+
</xsd:extension>
|
|
259
|
+
</xsd:simpleContent>
|
|
260
|
+
</xsd:complexType>
|
|
261
|
+
<xsd:simpleType name="ChargePayingPartyRoleCodeListAgencyIDContentType">
|
|
262
|
+
<xsd:restriction base="xsd:token">
|
|
263
|
+
<xsd:enumeration value="6"/>
|
|
264
|
+
</xsd:restriction>
|
|
265
|
+
</xsd:simpleType>
|
|
266
|
+
<xsd:complexType name="ChargePayingPartyRoleCodeType">
|
|
267
|
+
<xsd:simpleContent>
|
|
268
|
+
<xsd:extension base="clm63035ChargePaying:PartyRoleCodeChargePayingContentType">
|
|
269
|
+
<xsd:attribute name="listAgencyID" type="qdt:ChargePayingPartyRoleCodeListAgencyIDContentType" fixed="6"/>
|
|
270
|
+
</xsd:extension>
|
|
271
|
+
</xsd:simpleContent>
|
|
272
|
+
</xsd:complexType>
|
|
273
|
+
<xsd:simpleType name="CommunicationChannelCodeListAgencyIDContentType">
|
|
274
|
+
<xsd:restriction base="xsd:token">
|
|
275
|
+
<xsd:enumeration value="6"/>
|
|
276
|
+
</xsd:restriction>
|
|
277
|
+
</xsd:simpleType>
|
|
278
|
+
<xsd:complexType name="CommunicationChannelCodeType">
|
|
279
|
+
<xsd:simpleContent>
|
|
280
|
+
<xsd:extension base="clm63155CommunicationChannelCode:CommunicationMeansTypeCodeContentType">
|
|
281
|
+
<xsd:attribute name="listAgencyID" type="qdt:CommunicationChannelCodeListAgencyIDContentType" fixed="6"/>
|
|
282
|
+
</xsd:extension>
|
|
283
|
+
</xsd:simpleContent>
|
|
284
|
+
</xsd:complexType>
|
|
285
|
+
<xsd:simpleType name="ContactTypeCodeListAgencyIDContentType">
|
|
286
|
+
<xsd:restriction base="xsd:token">
|
|
287
|
+
<xsd:enumeration value="6"/>
|
|
288
|
+
</xsd:restriction>
|
|
289
|
+
</xsd:simpleType>
|
|
290
|
+
<xsd:complexType name="ContactTypeCodeType">
|
|
291
|
+
<xsd:simpleContent>
|
|
292
|
+
<xsd:extension base="clm63139ContactTypeCode:ContactFunctionCodeContentType">
|
|
293
|
+
<xsd:attribute name="listAgencyID" type="qdt:ContactTypeCodeListAgencyIDContentType" fixed="6"/>
|
|
294
|
+
</xsd:extension>
|
|
295
|
+
</xsd:simpleContent>
|
|
296
|
+
</xsd:complexType>
|
|
297
|
+
<xsd:simpleType name="CountryIDSchemeAgencyIDContentType">
|
|
298
|
+
<xsd:restriction base="xsd:token">
|
|
299
|
+
<xsd:enumeration value="5"/>
|
|
300
|
+
</xsd:restriction>
|
|
301
|
+
</xsd:simpleType>
|
|
302
|
+
<xsd:complexType name="CountryIDType">
|
|
303
|
+
<xsd:simpleContent>
|
|
304
|
+
<xsd:extension base="ids5ISO316612A:ISOTwoletterCountryCodeContentType">
|
|
305
|
+
<xsd:attribute name="schemeAgencyID" type="qdt:CountryIDSchemeAgencyIDContentType"/>
|
|
306
|
+
</xsd:extension>
|
|
307
|
+
</xsd:simpleContent>
|
|
308
|
+
</xsd:complexType>
|
|
309
|
+
<xsd:simpleType name="CurrencyCodeListAgencyIDContentType">
|
|
310
|
+
<xsd:restriction base="xsd:token">
|
|
311
|
+
<xsd:enumeration value="5"/>
|
|
312
|
+
</xsd:restriction>
|
|
313
|
+
</xsd:simpleType>
|
|
314
|
+
<xsd:complexType name="CurrencyCodeType">
|
|
315
|
+
<xsd:simpleContent>
|
|
316
|
+
<xsd:extension base="clm5ISO42173A:ISO3AlphaCurrencyCodeContentType">
|
|
317
|
+
<xsd:attribute name="listAgencyID" type="qdt:CurrencyCodeListAgencyIDContentType" fixed="5"/>
|
|
318
|
+
</xsd:extension>
|
|
319
|
+
</xsd:simpleContent>
|
|
320
|
+
</xsd:complexType>
|
|
321
|
+
<xsd:simpleType name="DangerousGoodsPackagingLevelCodeListAgencyIDContentType">
|
|
322
|
+
<xsd:restriction base="xsd:token">
|
|
323
|
+
<xsd:enumeration value="6"/>
|
|
324
|
+
</xsd:restriction>
|
|
325
|
+
</xsd:simpleType>
|
|
326
|
+
<xsd:complexType name="DangerousGoodsPackagingLevelCodeType">
|
|
327
|
+
<xsd:simpleContent>
|
|
328
|
+
<xsd:extension base="clm68339:DangerousGoodsPackingCodeContentType">
|
|
329
|
+
<xsd:attribute name="listAgencyID" type="qdt:DangerousGoodsPackagingLevelCodeListAgencyIDContentType" fixed="6"/>
|
|
330
|
+
</xsd:extension>
|
|
331
|
+
</xsd:simpleContent>
|
|
332
|
+
</xsd:complexType>
|
|
333
|
+
<xsd:simpleType name="DangerousGoodsRegulationCodeListAgencyIDContentType">
|
|
334
|
+
<xsd:restriction base="xsd:token">
|
|
335
|
+
<xsd:enumeration value="6"/>
|
|
336
|
+
</xsd:restriction>
|
|
337
|
+
</xsd:simpleType>
|
|
338
|
+
<xsd:complexType name="DangerousGoodsRegulationCodeType">
|
|
339
|
+
<xsd:simpleContent>
|
|
340
|
+
<xsd:extension base="clm68273:DangerousGoodsRegulationCodeContentType">
|
|
341
|
+
<xsd:attribute name="listAgencyID" type="qdt:DangerousGoodsRegulationCodeListAgencyIDContentType" fixed="6"/>
|
|
342
|
+
</xsd:extension>
|
|
343
|
+
</xsd:simpleContent>
|
|
344
|
+
</xsd:complexType>
|
|
345
|
+
<xsd:complexType name="DateOnlyFormattedDateTimeType">
|
|
346
|
+
<xsd:sequence>
|
|
347
|
+
<xsd:element name="DateTimeString">
|
|
348
|
+
<xsd:complexType>
|
|
349
|
+
<xsd:simpleContent>
|
|
350
|
+
<xsd:extension base="xsd:string">
|
|
351
|
+
<xsd:attribute name="format" type="clm62379dateonly:DateOnlyFormatCodeContentType"/>
|
|
352
|
+
</xsd:extension>
|
|
353
|
+
</xsd:simpleContent>
|
|
354
|
+
</xsd:complexType>
|
|
355
|
+
</xsd:element>
|
|
356
|
+
</xsd:sequence>
|
|
357
|
+
</xsd:complexType>
|
|
358
|
+
<xsd:simpleType name="DeliveryTermsCodeListAgencyIDContentType">
|
|
359
|
+
<xsd:restriction base="xsd:token">
|
|
360
|
+
<xsd:enumeration value="6"/>
|
|
361
|
+
</xsd:restriction>
|
|
362
|
+
</xsd:simpleType>
|
|
363
|
+
<xsd:complexType name="DeliveryTermsCodeType">
|
|
364
|
+
<xsd:simpleContent>
|
|
365
|
+
<xsd:extension base="clm64053:DeliveryTermsCodeContentType">
|
|
366
|
+
<xsd:attribute name="listAgencyID" type="qdt:DeliveryTermsCodeListAgencyIDContentType" fixed="6"/>
|
|
367
|
+
</xsd:extension>
|
|
368
|
+
</xsd:simpleContent>
|
|
369
|
+
</xsd:complexType>
|
|
370
|
+
<xsd:simpleType name="DeliveryTermsFunctionCodeListAgencyIDContentType">
|
|
371
|
+
<xsd:restriction base="xsd:token">
|
|
372
|
+
<xsd:enumeration value="6"/>
|
|
373
|
+
</xsd:restriction>
|
|
374
|
+
</xsd:simpleType>
|
|
375
|
+
<xsd:complexType name="DeliveryTermsFunctionCodeType">
|
|
376
|
+
<xsd:simpleContent>
|
|
377
|
+
<xsd:extension base="clm64055DeliveryTermsFunctionCode:DeliveryTermsFunctionCodeContentType">
|
|
378
|
+
<xsd:attribute name="listAgencyID" type="qdt:DeliveryTermsFunctionCodeListAgencyIDContentType" fixed="6"/>
|
|
379
|
+
</xsd:extension>
|
|
380
|
+
</xsd:simpleContent>
|
|
381
|
+
</xsd:complexType>
|
|
382
|
+
<xsd:simpleType name="DimensionTypeCodeListAgencyIDContentType">
|
|
383
|
+
<xsd:restriction base="xsd:token">
|
|
384
|
+
<xsd:enumeration value="6"/>
|
|
385
|
+
</xsd:restriction>
|
|
386
|
+
</xsd:simpleType>
|
|
387
|
+
<xsd:complexType name="DimensionTypeCodeType">
|
|
388
|
+
<xsd:simpleContent>
|
|
389
|
+
<xsd:extension base="clm66145:DimensionTypeCodeContentType">
|
|
390
|
+
<xsd:attribute name="listAgencyID" type="qdt:DimensionTypeCodeListAgencyIDContentType" fixed="6"/>
|
|
391
|
+
</xsd:extension>
|
|
392
|
+
</xsd:simpleContent>
|
|
393
|
+
</xsd:complexType>
|
|
394
|
+
<xsd:simpleType name="DocumentCodeListAgencyIDContentType">
|
|
395
|
+
<xsd:restriction base="xsd:token">
|
|
396
|
+
<xsd:enumeration value="6"/>
|
|
397
|
+
</xsd:restriction>
|
|
398
|
+
</xsd:simpleType>
|
|
399
|
+
<xsd:complexType name="DocumentCodeType">
|
|
400
|
+
<xsd:simpleContent>
|
|
401
|
+
<xsd:extension base="clm61001:DocumentNameCodeContentType">
|
|
402
|
+
<xsd:attribute name="listAgencyID" type="qdt:DocumentCodeListAgencyIDContentType" fixed="6"/>
|
|
403
|
+
</xsd:extension>
|
|
404
|
+
</xsd:simpleContent>
|
|
405
|
+
</xsd:complexType>
|
|
406
|
+
<xsd:simpleType name="DocumentStatusCodeListAgencyIDContentType">
|
|
407
|
+
<xsd:restriction base="xsd:token">
|
|
408
|
+
<xsd:enumeration value="6"/>
|
|
409
|
+
</xsd:restriction>
|
|
410
|
+
</xsd:simpleType>
|
|
411
|
+
<xsd:complexType name="DocumentStatusCodeType">
|
|
412
|
+
<xsd:simpleContent>
|
|
413
|
+
<xsd:extension base="clm61373:DocumentStatusCodeContentType">
|
|
414
|
+
<xsd:attribute name="listAgencyID" type="qdt:DocumentStatusCodeListAgencyIDContentType" fixed="6"/>
|
|
415
|
+
</xsd:extension>
|
|
416
|
+
</xsd:simpleContent>
|
|
417
|
+
</xsd:complexType>
|
|
418
|
+
<xsd:complexType name="FormattedDateTimeType">
|
|
419
|
+
<xsd:sequence>
|
|
420
|
+
<xsd:element name="DateTimeString">
|
|
421
|
+
<xsd:complexType>
|
|
422
|
+
<xsd:simpleContent>
|
|
423
|
+
<xsd:extension base="xsd:string">
|
|
424
|
+
<xsd:attribute name="format" type="clm62379:TimePointFormatCodeContentType"/>
|
|
425
|
+
</xsd:extension>
|
|
426
|
+
</xsd:simpleContent>
|
|
427
|
+
</xsd:complexType>
|
|
428
|
+
</xsd:element>
|
|
429
|
+
</xsd:sequence>
|
|
430
|
+
</xsd:complexType>
|
|
431
|
+
<xsd:simpleType name="FreightChargeTariffClassCodeListAgencyIDContentType">
|
|
432
|
+
<xsd:restriction base="xsd:token">
|
|
433
|
+
<xsd:enumeration value="6"/>
|
|
434
|
+
</xsd:restriction>
|
|
435
|
+
</xsd:simpleType>
|
|
436
|
+
<xsd:complexType name="FreightChargeTariffClassCodeType">
|
|
437
|
+
<xsd:simpleContent>
|
|
438
|
+
<xsd:extension base="clm65243:FreightChargeTariffCodeContentType">
|
|
439
|
+
<xsd:attribute name="listAgencyID" type="qdt:FreightChargeTariffClassCodeListAgencyIDContentType" fixed="6"/>
|
|
440
|
+
</xsd:extension>
|
|
441
|
+
</xsd:simpleContent>
|
|
442
|
+
</xsd:complexType>
|
|
443
|
+
<xsd:simpleType name="FreightChargeTypeIDSchemeAgencyIDContentType">
|
|
444
|
+
<xsd:restriction base="xsd:token">
|
|
445
|
+
<xsd:enumeration value="6"/>
|
|
446
|
+
</xsd:restriction>
|
|
447
|
+
</xsd:simpleType>
|
|
448
|
+
<xsd:complexType name="FreightChargeTypeIDType">
|
|
449
|
+
<xsd:simpleContent>
|
|
450
|
+
<xsd:extension base="ids6Recommendation23:FreightCostCodeContentType">
|
|
451
|
+
<xsd:attribute name="schemeAgencyID" type="qdt:FreightChargeTypeIDSchemeAgencyIDContentType"/>
|
|
452
|
+
</xsd:extension>
|
|
453
|
+
</xsd:simpleContent>
|
|
454
|
+
</xsd:complexType>
|
|
455
|
+
<xsd:complexType name="GoodsTypeCodeType">
|
|
456
|
+
<xsd:simpleContent>
|
|
457
|
+
<xsd:extension base="clm6TDED7357:GoodsTypeCodeContentType">
|
|
458
|
+
<xsd:attribute name="listAgencyID" type="xsd:token" fixed="6"/>
|
|
459
|
+
</xsd:extension>
|
|
460
|
+
</xsd:simpleContent>
|
|
461
|
+
</xsd:complexType>
|
|
462
|
+
<xsd:complexType name="GoodsTypeExtensionCodeType">
|
|
463
|
+
<xsd:simpleContent>
|
|
464
|
+
<xsd:extension base="clm6TDED7361:GoodsTypeExtensionCodeContentType">
|
|
465
|
+
<xsd:attribute name="listAgencyID" type="xsd:token" fixed="6"/>
|
|
466
|
+
</xsd:extension>
|
|
467
|
+
</xsd:simpleContent>
|
|
468
|
+
</xsd:complexType>
|
|
469
|
+
<xsd:complexType name="LinearUnitMeasureType">
|
|
470
|
+
<xsd:simpleContent>
|
|
471
|
+
<xsd:extension base="xsd:decimal">
|
|
472
|
+
<xsd:attribute name="unitCode" type="clm6Recommendation20Linear:MeasurementUnitCommonCodeLinearContentType"/>
|
|
473
|
+
</xsd:extension>
|
|
474
|
+
</xsd:simpleContent>
|
|
475
|
+
</xsd:complexType>
|
|
476
|
+
<xsd:simpleType name="LineStatusCodeListAgencyIDContentType">
|
|
477
|
+
<xsd:restriction base="xsd:token">
|
|
478
|
+
<xsd:enumeration value="6"/>
|
|
479
|
+
</xsd:restriction>
|
|
480
|
+
</xsd:simpleType>
|
|
481
|
+
<xsd:complexType name="LineStatusCodeType">
|
|
482
|
+
<xsd:simpleContent>
|
|
483
|
+
<xsd:extension base="clm61229LineStatusCode:ActionCodeContentType">
|
|
484
|
+
<xsd:attribute name="listAgencyID" type="qdt:LineStatusCodeListAgencyIDContentType" fixed="6"/>
|
|
485
|
+
</xsd:extension>
|
|
486
|
+
</xsd:simpleContent>
|
|
487
|
+
</xsd:complexType>
|
|
488
|
+
<xsd:simpleType name="LocationFunctionCodeListAgencyIDContentType">
|
|
489
|
+
<xsd:restriction base="xsd:token">
|
|
490
|
+
<xsd:enumeration value="6"/>
|
|
491
|
+
</xsd:restriction>
|
|
492
|
+
</xsd:simpleType>
|
|
493
|
+
<xsd:complexType name="LocationFunctionCodeType">
|
|
494
|
+
<xsd:simpleContent>
|
|
495
|
+
<xsd:extension base="clm63227:LocationFunctionCodeContentType">
|
|
496
|
+
<xsd:attribute name="listAgencyID" type="qdt:LocationFunctionCodeListAgencyIDContentType" fixed="6"/>
|
|
497
|
+
</xsd:extension>
|
|
498
|
+
</xsd:simpleContent>
|
|
499
|
+
</xsd:complexType>
|
|
500
|
+
<xsd:complexType name="LogisticsChargeCalculationBasisCodeType">
|
|
501
|
+
<xsd:simpleContent>
|
|
502
|
+
<xsd:extension base="clm66131:FreightChargeQuantityUnitBasisCodeContentType">
|
|
503
|
+
<xsd:attribute name="listAgencyID" type="xsd:token" fixed="6"/>
|
|
504
|
+
</xsd:extension>
|
|
505
|
+
</xsd:simpleContent>
|
|
506
|
+
</xsd:complexType>
|
|
507
|
+
<xsd:simpleType name="MessageFunctionCodeListAgencyIDContentType">
|
|
508
|
+
<xsd:restriction base="xsd:token">
|
|
509
|
+
<xsd:enumeration value="6"/>
|
|
510
|
+
</xsd:restriction>
|
|
511
|
+
</xsd:simpleType>
|
|
512
|
+
<xsd:complexType name="MessageFunctionCodeType">
|
|
513
|
+
<xsd:simpleContent>
|
|
514
|
+
<xsd:extension base="clm61225MessageFunctionTypeCode:MessageFunctionCodeContentType">
|
|
515
|
+
<xsd:attribute name="listAgencyID" type="qdt:MessageFunctionCodeListAgencyIDContentType" fixed="6"/>
|
|
516
|
+
</xsd:extension>
|
|
517
|
+
</xsd:simpleContent>
|
|
518
|
+
</xsd:complexType>
|
|
519
|
+
<xsd:complexType name="PackageTypeCodeType">
|
|
520
|
+
<xsd:simpleContent>
|
|
521
|
+
<xsd:extension base="clm67065:PackageTypeCodeContentType">
|
|
522
|
+
<xsd:attribute name="listAgencyID" type="xsd:token" fixed="6"/>
|
|
523
|
+
</xsd:extension>
|
|
524
|
+
</xsd:simpleContent>
|
|
525
|
+
</xsd:complexType>
|
|
526
|
+
<xsd:simpleType name="PackagingMarkingCodeListAgencyIDContentType">
|
|
527
|
+
<xsd:restriction base="xsd:token">
|
|
528
|
+
<xsd:enumeration value="6"/>
|
|
529
|
+
</xsd:restriction>
|
|
530
|
+
</xsd:simpleType>
|
|
531
|
+
<xsd:complexType name="PackagingMarkingCodeType">
|
|
532
|
+
<xsd:simpleContent>
|
|
533
|
+
<xsd:extension base="clm67233PackagingMarkingCode:PackagingMarkingCodeContentType">
|
|
534
|
+
<xsd:attribute name="listAgencyID" type="qdt:PackagingMarkingCodeListAgencyIDContentType" fixed="6"/>
|
|
535
|
+
</xsd:extension>
|
|
536
|
+
</xsd:simpleContent>
|
|
537
|
+
</xsd:complexType>
|
|
538
|
+
<xsd:simpleType name="PartyRoleCodeListAgencyIDContentType">
|
|
539
|
+
<xsd:restriction base="xsd:token">
|
|
540
|
+
<xsd:enumeration value="6"/>
|
|
541
|
+
</xsd:restriction>
|
|
542
|
+
</xsd:simpleType>
|
|
543
|
+
<xsd:complexType name="PartyRoleCodeType">
|
|
544
|
+
<xsd:simpleContent>
|
|
545
|
+
<xsd:extension base="clm63035:PartyRoleCodeContentType">
|
|
546
|
+
<xsd:attribute name="listAgencyID" type="qdt:PartyRoleCodeListAgencyIDContentType" fixed="6"/>
|
|
547
|
+
</xsd:extension>
|
|
548
|
+
</xsd:simpleContent>
|
|
549
|
+
</xsd:complexType>
|
|
550
|
+
<xsd:simpleType name="PaymentGuaranteeMeansCodeListAgencyIDContentType">
|
|
551
|
+
<xsd:restriction base="xsd:token">
|
|
552
|
+
<xsd:enumeration value="6"/>
|
|
553
|
+
</xsd:restriction>
|
|
554
|
+
</xsd:simpleType>
|
|
555
|
+
<xsd:complexType name="PaymentGuaranteeMeansCodeType">
|
|
556
|
+
<xsd:simpleContent>
|
|
557
|
+
<xsd:extension base="clm64431:PaymentGuaranteeMeansCodeContentType">
|
|
558
|
+
<xsd:attribute name="listAgencyID" type="qdt:PaymentGuaranteeMeansCodeListAgencyIDContentType" fixed="6"/>
|
|
559
|
+
</xsd:extension>
|
|
560
|
+
</xsd:simpleContent>
|
|
561
|
+
</xsd:complexType>
|
|
562
|
+
<xsd:simpleType name="PaymentMeansChannelCodeListAgencyIDContentType">
|
|
563
|
+
<xsd:restriction base="xsd:token">
|
|
564
|
+
<xsd:enumeration value="6"/>
|
|
565
|
+
</xsd:restriction>
|
|
566
|
+
</xsd:simpleType>
|
|
567
|
+
<xsd:complexType name="PaymentMeansChannelCodeType">
|
|
568
|
+
<xsd:simpleContent>
|
|
569
|
+
<xsd:extension base="clm64435:PaymentMeansChannelCodeContentType">
|
|
570
|
+
<xsd:attribute name="listAgencyID" type="qdt:PaymentMeansChannelCodeListAgencyIDContentType" fixed="6"/>
|
|
571
|
+
</xsd:extension>
|
|
572
|
+
</xsd:simpleContent>
|
|
573
|
+
</xsd:complexType>
|
|
574
|
+
<xsd:simpleType name="PaymentMeansCodeListAgencyIDContentType">
|
|
575
|
+
<xsd:restriction base="xsd:token">
|
|
576
|
+
<xsd:enumeration value="6"/>
|
|
577
|
+
</xsd:restriction>
|
|
578
|
+
</xsd:simpleType>
|
|
579
|
+
<xsd:complexType name="PaymentMeansCodeType">
|
|
580
|
+
<xsd:simpleContent>
|
|
581
|
+
<xsd:extension base="clm64461:PaymentMeansCodeContentType">
|
|
582
|
+
<xsd:attribute name="listAgencyID" type="qdt:PaymentMeansCodeListAgencyIDContentType" fixed="6"/>
|
|
583
|
+
</xsd:extension>
|
|
584
|
+
</xsd:simpleContent>
|
|
585
|
+
</xsd:complexType>
|
|
586
|
+
<xsd:simpleType name="PaymentTermsEventTimeReferenceCodeListAgencyIDContentType">
|
|
587
|
+
<xsd:restriction base="xsd:token">
|
|
588
|
+
<xsd:enumeration value="6"/>
|
|
589
|
+
</xsd:restriction>
|
|
590
|
+
</xsd:simpleType>
|
|
591
|
+
<xsd:complexType name="PaymentTermsEventTimeReferenceCodeType">
|
|
592
|
+
<xsd:simpleContent>
|
|
593
|
+
<xsd:extension base="clm62475PaymentTermsEvent:EventTimeReferenceCodePaymentTermsEventContentType">
|
|
594
|
+
<xsd:attribute name="listAgencyID" type="qdt:PaymentTermsEventTimeReferenceCodeListAgencyIDContentType" fixed="6"/>
|
|
595
|
+
</xsd:extension>
|
|
596
|
+
</xsd:simpleContent>
|
|
597
|
+
</xsd:complexType>
|
|
598
|
+
<xsd:simpleType name="PaymentTermsIDSchemeAgencyIDContentType">
|
|
599
|
+
<xsd:restriction base="xsd:token">
|
|
600
|
+
<xsd:enumeration value="6"/>
|
|
601
|
+
</xsd:restriction>
|
|
602
|
+
</xsd:simpleType>
|
|
603
|
+
<xsd:complexType name="PaymentTermsIDType">
|
|
604
|
+
<xsd:simpleContent>
|
|
605
|
+
<xsd:extension base="ids64277:PaymentTermsDescriptionIdentifierContentType">
|
|
606
|
+
<xsd:attribute name="schemeAgencyID" type="qdt:PaymentTermsIDSchemeAgencyIDContentType"/>
|
|
607
|
+
</xsd:extension>
|
|
608
|
+
</xsd:simpleContent>
|
|
609
|
+
</xsd:complexType>
|
|
610
|
+
<xsd:simpleType name="PaymentTermsTypeCodeListAgencyIDContentType">
|
|
611
|
+
<xsd:restriction base="xsd:token">
|
|
612
|
+
<xsd:enumeration value="6"/>
|
|
613
|
+
</xsd:restriction>
|
|
614
|
+
</xsd:simpleType>
|
|
615
|
+
<xsd:complexType name="PaymentTermsTypeCodeType">
|
|
616
|
+
<xsd:simpleContent>
|
|
617
|
+
<xsd:extension base="clm64279:PaymentTermsTypeCodeContentType">
|
|
618
|
+
<xsd:attribute name="listAgencyID" type="qdt:PaymentTermsTypeCodeListAgencyIDContentType" fixed="6"/>
|
|
619
|
+
</xsd:extension>
|
|
620
|
+
</xsd:simpleContent>
|
|
621
|
+
</xsd:complexType>
|
|
622
|
+
<xsd:simpleType name="PriceTypeCodeListAgencyIDContentType">
|
|
623
|
+
<xsd:restriction base="xsd:token">
|
|
624
|
+
<xsd:enumeration value="6"/>
|
|
625
|
+
</xsd:restriction>
|
|
626
|
+
</xsd:simpleType>
|
|
627
|
+
<xsd:complexType name="PriceTypeCodeType">
|
|
628
|
+
<xsd:simpleContent>
|
|
629
|
+
<xsd:extension base="clm65375:PriceTypeCodeContentType">
|
|
630
|
+
<xsd:attribute name="listAgencyID" type="qdt:PriceTypeCodeListAgencyIDContentType" fixed="6"/>
|
|
631
|
+
</xsd:extension>
|
|
632
|
+
</xsd:simpleContent>
|
|
633
|
+
</xsd:complexType>
|
|
634
|
+
<xsd:simpleType name="ReferenceCodeListAgencyIDContentType">
|
|
635
|
+
<xsd:restriction base="xsd:token">
|
|
636
|
+
<xsd:enumeration value="6"/>
|
|
637
|
+
</xsd:restriction>
|
|
638
|
+
</xsd:simpleType>
|
|
639
|
+
<xsd:complexType name="ReferenceCodeType">
|
|
640
|
+
<xsd:simpleContent>
|
|
641
|
+
<xsd:extension base="clm61153ReferenceTypeCode:ReferenceTypeCodeContentType">
|
|
642
|
+
<xsd:attribute name="listAgencyID" type="qdt:ReferenceCodeListAgencyIDContentType" fixed="6"/>
|
|
643
|
+
</xsd:extension>
|
|
644
|
+
</xsd:simpleContent>
|
|
645
|
+
</xsd:complexType>
|
|
646
|
+
<xsd:simpleType name="SealConditionCodeListAgencyIDContentType">
|
|
647
|
+
<xsd:restriction base="xsd:token">
|
|
648
|
+
<xsd:enumeration value="6"/>
|
|
649
|
+
</xsd:restriction>
|
|
650
|
+
</xsd:simpleType>
|
|
651
|
+
<xsd:complexType name="SealConditionCodeType">
|
|
652
|
+
<xsd:simpleContent>
|
|
653
|
+
<xsd:extension base="clm64517:SealConditionCodeContentType">
|
|
654
|
+
<xsd:attribute name="listAgencyID" type="qdt:SealConditionCodeListAgencyIDContentType" fixed="6"/>
|
|
655
|
+
</xsd:extension>
|
|
656
|
+
</xsd:simpleContent>
|
|
657
|
+
</xsd:complexType>
|
|
658
|
+
<xsd:simpleType name="SealingPartyRoleCodeListAgencyIDContentType">
|
|
659
|
+
<xsd:restriction base="xsd:token">
|
|
660
|
+
<xsd:enumeration value="6"/>
|
|
661
|
+
</xsd:restriction>
|
|
662
|
+
</xsd:simpleType>
|
|
663
|
+
<xsd:complexType name="SealingPartyRoleCodeType">
|
|
664
|
+
<xsd:simpleContent>
|
|
665
|
+
<xsd:extension base="clm69303:SealingPartyRoleCodeContentType">
|
|
666
|
+
<xsd:attribute name="listID" type="xsd:token" fixed="9303"/>
|
|
667
|
+
<xsd:attribute name="listAgencyID" type="qdt:SealingPartyRoleCodeListAgencyIDContentType" fixed="6"/>
|
|
668
|
+
</xsd:extension>
|
|
669
|
+
</xsd:simpleContent>
|
|
670
|
+
</xsd:complexType>
|
|
671
|
+
<xsd:simpleType name="StatusCodeListAgencyIDContentType">
|
|
672
|
+
<xsd:restriction base="xsd:token">
|
|
673
|
+
<xsd:enumeration value="6"/>
|
|
674
|
+
</xsd:restriction>
|
|
675
|
+
</xsd:simpleType>
|
|
676
|
+
<xsd:complexType name="StatusCodeType">
|
|
677
|
+
<xsd:simpleContent>
|
|
678
|
+
<xsd:extension base="clm64405:StatusCodeContentType">
|
|
679
|
+
<xsd:attribute name="listAgencyID" type="qdt:StatusCodeListAgencyIDContentType" fixed="6"/>
|
|
680
|
+
</xsd:extension>
|
|
681
|
+
</xsd:simpleContent>
|
|
682
|
+
</xsd:complexType>
|
|
683
|
+
<xsd:simpleType name="TaxCategoryCodeListAgencyIDContentType">
|
|
684
|
+
<xsd:restriction base="xsd:token">
|
|
685
|
+
<xsd:enumeration value="6"/>
|
|
686
|
+
</xsd:restriction>
|
|
687
|
+
</xsd:simpleType>
|
|
688
|
+
<xsd:complexType name="TaxCategoryCodeType">
|
|
689
|
+
<xsd:simpleContent>
|
|
690
|
+
<xsd:extension base="clm65305:DutyorTaxorFeeCategoryCodeContentType">
|
|
691
|
+
<xsd:attribute name="listAgencyID" type="qdt:TaxCategoryCodeListAgencyIDContentType" fixed="6"/>
|
|
692
|
+
</xsd:extension>
|
|
693
|
+
</xsd:simpleContent>
|
|
694
|
+
</xsd:complexType>
|
|
695
|
+
<xsd:simpleType name="TaxTypeCodeListAgencyIDContentType">
|
|
696
|
+
<xsd:restriction base="xsd:token">
|
|
697
|
+
<xsd:enumeration value="6"/>
|
|
698
|
+
</xsd:restriction>
|
|
699
|
+
</xsd:simpleType>
|
|
700
|
+
<xsd:complexType name="TaxTypeCodeType">
|
|
701
|
+
<xsd:simpleContent>
|
|
702
|
+
<xsd:extension base="clm65153:DutyTaxFeeTypeCodeContentType">
|
|
703
|
+
<xsd:attribute name="listAgencyID" type="qdt:TaxTypeCodeListAgencyIDContentType" fixed="6"/>
|
|
704
|
+
</xsd:extension>
|
|
705
|
+
</xsd:simpleContent>
|
|
706
|
+
</xsd:complexType>
|
|
707
|
+
<xsd:complexType name="TimeOnlyFormattedDateTimeType">
|
|
708
|
+
<xsd:sequence>
|
|
709
|
+
<xsd:element name="DateTimeString">
|
|
710
|
+
<xsd:complexType>
|
|
711
|
+
<xsd:simpleContent>
|
|
712
|
+
<xsd:extension base="xsd:string">
|
|
713
|
+
<xsd:attribute name="format" type="clm62379timeonly:TimeOnlyFormatCodeContentType"/>
|
|
714
|
+
</xsd:extension>
|
|
715
|
+
</xsd:simpleContent>
|
|
716
|
+
</xsd:complexType>
|
|
717
|
+
</xsd:element>
|
|
718
|
+
</xsd:sequence>
|
|
719
|
+
</xsd:complexType>
|
|
720
|
+
<xsd:simpleType name="TimeReferenceCodeListAgencyIDContentType">
|
|
721
|
+
<xsd:restriction base="xsd:token">
|
|
722
|
+
<xsd:enumeration value="6"/>
|
|
723
|
+
</xsd:restriction>
|
|
724
|
+
</xsd:simpleType>
|
|
725
|
+
<xsd:complexType name="TimeReferenceCodeType">
|
|
726
|
+
<xsd:simpleContent>
|
|
727
|
+
<xsd:extension base="clm62475:EventTimeReferenceCodeContentType">
|
|
728
|
+
<xsd:attribute name="listAgencyID" type="qdt:TimeReferenceCodeListAgencyIDContentType" fixed="6"/>
|
|
729
|
+
</xsd:extension>
|
|
730
|
+
</xsd:simpleContent>
|
|
731
|
+
</xsd:complexType>
|
|
732
|
+
<xsd:simpleType name="TransportEquipmentCategoryCodeListAgencyIDContentType">
|
|
733
|
+
<xsd:restriction base="xsd:token">
|
|
734
|
+
<xsd:enumeration value="6"/>
|
|
735
|
+
</xsd:restriction>
|
|
736
|
+
</xsd:simpleType>
|
|
737
|
+
<xsd:complexType name="TransportEquipmentCategoryCodeType">
|
|
738
|
+
<xsd:simpleContent>
|
|
739
|
+
<xsd:extension base="clm68053:TransportEquipmentCategoryCodeContentType">
|
|
740
|
+
<xsd:attribute name="listAgencyID" type="qdt:TransportEquipmentCategoryCodeListAgencyIDContentType" fixed="6"/>
|
|
741
|
+
</xsd:extension>
|
|
742
|
+
</xsd:simpleContent>
|
|
743
|
+
</xsd:complexType>
|
|
744
|
+
<xsd:simpleType name="TransportEquipmentFullnessCodeListAgencyIDContentType">
|
|
745
|
+
<xsd:restriction base="xsd:token">
|
|
746
|
+
<xsd:enumeration value="6"/>
|
|
747
|
+
</xsd:restriction>
|
|
748
|
+
</xsd:simpleType>
|
|
749
|
+
<xsd:complexType name="TransportEquipmentFullnessCodeType">
|
|
750
|
+
<xsd:simpleContent>
|
|
751
|
+
<xsd:extension base="clm68169:TransportEquipmentFullnessCodeContentType">
|
|
752
|
+
<xsd:attribute name="listAgencyID" type="qdt:TransportEquipmentFullnessCodeListAgencyIDContentType" fixed="6"/>
|
|
753
|
+
</xsd:extension>
|
|
754
|
+
</xsd:simpleContent>
|
|
755
|
+
</xsd:complexType>
|
|
756
|
+
<xsd:simpleType name="TransportMeansTypeCodeListAgencyIDContentType">
|
|
757
|
+
<xsd:restriction base="xsd:token">
|
|
758
|
+
<xsd:enumeration value="6"/>
|
|
759
|
+
</xsd:restriction>
|
|
760
|
+
</xsd:simpleType>
|
|
761
|
+
<xsd:complexType name="TransportMeansTypeCodeType">
|
|
762
|
+
<xsd:simpleContent>
|
|
763
|
+
<xsd:extension base="clm6Recommendation28:TransportMeansTypeCodeContentType">
|
|
764
|
+
<xsd:attribute name="listAgencyID" type="qdt:TransportMeansTypeCodeListAgencyIDContentType" fixed="6"/>
|
|
765
|
+
</xsd:extension>
|
|
766
|
+
</xsd:simpleContent>
|
|
767
|
+
</xsd:complexType>
|
|
768
|
+
<xsd:simpleType name="TransportModeCodeListAgencyIDContentType">
|
|
769
|
+
<xsd:restriction base="xsd:token">
|
|
770
|
+
<xsd:enumeration value="6"/>
|
|
771
|
+
</xsd:restriction>
|
|
772
|
+
</xsd:simpleType>
|
|
773
|
+
<xsd:complexType name="TransportModeCodeType">
|
|
774
|
+
<xsd:simpleContent>
|
|
775
|
+
<xsd:extension base="clm6Recommendation19:TransportModeCodeContentType">
|
|
776
|
+
<xsd:attribute name="listAgencyID" type="qdt:TransportModeCodeListAgencyIDContentType" fixed="6"/>
|
|
777
|
+
</xsd:extension>
|
|
778
|
+
</xsd:simpleContent>
|
|
779
|
+
</xsd:complexType>
|
|
780
|
+
<xsd:simpleType name="TransportMovementStageCodeListAgencyIDContentType">
|
|
781
|
+
<xsd:restriction base="xsd:token">
|
|
782
|
+
<xsd:enumeration value="6"/>
|
|
783
|
+
</xsd:restriction>
|
|
784
|
+
</xsd:simpleType>
|
|
785
|
+
<xsd:complexType name="TransportMovementStageCodeType">
|
|
786
|
+
<xsd:simpleContent>
|
|
787
|
+
<xsd:extension base="clm68051:TransportMovementStageCodeContentType">
|
|
788
|
+
<xsd:attribute name="listAgencyID" type="qdt:TransportMovementStageCodeListAgencyIDContentType" fixed="6"/>
|
|
789
|
+
</xsd:extension>
|
|
790
|
+
</xsd:simpleContent>
|
|
791
|
+
</xsd:complexType>
|
|
792
|
+
<xsd:simpleType name="TransportServicePaymentArrangementCodeListAgencyIDContentType">
|
|
793
|
+
<xsd:restriction base="xsd:token">
|
|
794
|
+
<xsd:enumeration value="6"/>
|
|
795
|
+
</xsd:restriction>
|
|
796
|
+
</xsd:simpleType>
|
|
797
|
+
<xsd:complexType name="TransportServicePaymentArrangementCodeType">
|
|
798
|
+
<xsd:simpleContent>
|
|
799
|
+
<xsd:extension base="clm64237TransportPaymentArrangementCode:TransportPaymentArrangementCodeContentType">
|
|
800
|
+
<xsd:attribute name="listAgencyID" type="qdt:TransportServicePaymentArrangementCodeListAgencyIDContentType" fixed="6"/>
|
|
801
|
+
</xsd:extension>
|
|
802
|
+
</xsd:simpleContent>
|
|
803
|
+
</xsd:complexType>
|
|
804
|
+
<xsd:complexType name="VolumeUnitMeasureType">
|
|
805
|
+
<xsd:simpleContent>
|
|
806
|
+
<xsd:extension base="xsd:decimal">
|
|
807
|
+
<xsd:attribute name="unitCode" type="clm6Recommendation20Volume:MeasurementUnitCommonCodeVolumeContentType"/>
|
|
808
|
+
</xsd:extension>
|
|
809
|
+
</xsd:simpleContent>
|
|
810
|
+
</xsd:complexType>
|
|
811
|
+
<xsd:complexType name="WeightUnitMeasureType">
|
|
812
|
+
<xsd:simpleContent>
|
|
813
|
+
<xsd:extension base="xsd:decimal">
|
|
814
|
+
<xsd:attribute name="unitCode" type="clm6Recommendation20Weight:MeasurementUnitCommonCodeWeightContentType"/>
|
|
815
|
+
</xsd:extension>
|
|
816
|
+
</xsd:simpleContent>
|
|
817
|
+
</xsd:complexType>
|
|
818
|
+
</xsd:schema>
|